Uses of Interface
org.apache.openjpa.persistence.OpenJPAEnum
- 
Packages that use OpenJPAEnum Package Description org.apache.openjpa.persistence OpenJPA JPAorg.apache.openjpa.persistence.jdbc OpenJPA JPA-JDBC - 
- 
Uses of OpenJPAEnum in org.apache.openjpa.persistence
Constructors in org.apache.openjpa.persistence with parameters of type OpenJPAEnum Constructor Description OpenJPAEnumToInteger(OpenJPAEnum<?> prototype) - 
Uses of OpenJPAEnum in org.apache.openjpa.persistence.jdbc
Classes in org.apache.openjpa.persistence.jdbc that implement OpenJPAEnum Modifier and Type Class Description classFetchModeType of fetching to employ.classIsolationLevelIsolation levels for use inJDBCFetchPlan.setIsolation(org.apache.openjpa.persistence.jdbc.IsolationLevel).classLRSSizeAlgorithmAlgorithm to use for computing the size of an LRS relation.classResultSetTypeType of result set to use. 
 -