Uses of Enum
org.apache.openjpa.persistence.jdbc.IsolationLevel
Packages that use IsolationLevel
-
Uses of IsolationLevel in org.apache.openjpa.persistence.jdbc
Methods in org.apache.openjpa.persistence.jdbc that return IsolationLevelModifier and TypeMethodDescriptionstatic IsolationLevelIsolationLevel.fromConnectionConstant(int constant) IsolationLevel.fromKernelConstant(int i) JDBCFetchPlan.getIsolation()The isolation level for queries issued to the database.JDBCFetchPlanImpl.getIsolation()static IsolationLevelReturns the enum constant of this type with the specified name.static IsolationLevel[]IsolationLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.openjpa.persistence.jdbc with parameters of type IsolationLevelModifier and TypeMethodDescriptionJDBCFetchPlan.setIsolation(IsolationLevel level) The isolation level for queries issued to the database.JDBCFetchPlanImpl.setIsolation(IsolationLevel level)