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 class
FetchMode
Type of fetching to employ.class
IsolationLevel
Isolation levels for use inJDBCFetchPlan.setIsolation(org.apache.openjpa.persistence.jdbc.IsolationLevel)
.class
LRSSizeAlgorithm
Algorithm to use for computing the size of an LRS relation.class
ResultSetType
Type of result set to use.
-