Uses of Class
org.apache.openjpa.persistence.jdbc.FetchMode
-
Packages that use FetchMode Package Description org.apache.openjpa.persistence.jdbc OpenJPA JPA-JDBC -
-
Uses of FetchMode in org.apache.openjpa.persistence.jdbc
Methods in org.apache.openjpa.persistence.jdbc that return FetchMode Modifier and Type Method Description FetchMode
JDBCFetchPlan. getEagerFetchMode()
Eager fetch mode in loading relations.FetchMode
JDBCFetchPlanImpl. getEagerFetchMode()
FetchMode
JDBCFetchPlan. getSubclassFetchMode()
Eager fetch mode in loading subclasses.FetchMode
JDBCFetchPlanImpl. getSubclassFetchMode()
FetchMode
value()
FetchMode
value()
static FetchMode
FetchMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FetchMode[]
FetchMode. 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 FetchMode Modifier and Type Method Description JDBCFetchPlan
JDBCFetchPlan. setEagerFetchMode(FetchMode mode)
Eager fetch mode in loading relations.JDBCFetchPlanImpl
JDBCFetchPlanImpl. setEagerFetchMode(FetchMode mode)
JDBCFetchPlan
JDBCFetchPlan. setSubclassFetchMode(FetchMode mode)
Eager fetch mode in loading subclasses.JDBCFetchPlanImpl
JDBCFetchPlanImpl. setSubclassFetchMode(FetchMode mode)
-