Uses of Class
org.apache.openjpa.persistence.jdbc.IsolationLevel
-
Packages that use IsolationLevel Package Description org.apache.openjpa.persistence.jdbc OpenJPA JPA-JDBC -
-
Uses of IsolationLevel in org.apache.openjpa.persistence.jdbc
Methods in org.apache.openjpa.persistence.jdbc that return IsolationLevel Modifier and Type Method Description static IsolationLevelIsolationLevel. fromConnectionConstant(int constant)IsolationLevelIsolationLevel. fromKernelConstant(int i)IsolationLevelJDBCFetchPlan. getIsolation()The isolation level for queries issued to the database.IsolationLevelJDBCFetchPlanImpl. getIsolation()static IsolationLevelIsolationLevel. valueOf(String name)Returns 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 IsolationLevel Modifier and Type Method Description JDBCFetchPlanJDBCFetchPlan. setIsolation(IsolationLevel level)The isolation level for queries issued to the database.JDBCFetchPlanJDBCFetchPlanImpl. setIsolation(IsolationLevel level)
-