Uses of Enum
org.apache.openjpa.persistence.jdbc.FetchMode
-
Uses of FetchMode in org.apache.openjpa.persistence.jdbc
Modifier and TypeMethodDescriptionJDBCFetchPlan.getEagerFetchMode()
Eager fetch mode in loading relations.JDBCFetchPlanImpl.getEagerFetchMode()
JDBCFetchPlan.getSubclassFetchMode()
Eager fetch mode in loading subclasses.JDBCFetchPlanImpl.getSubclassFetchMode()
static FetchMode
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.Modifier and TypeMethodDescriptionJDBCFetchPlan.setEagerFetchMode
(FetchMode mode) Eager fetch mode in loading relations.JDBCFetchPlanImpl.setEagerFetchMode
(FetchMode mode) JDBCFetchPlan.setSubclassFetchMode
(FetchMode mode) Eager fetch mode in loading subclasses.JDBCFetchPlanImpl.setSubclassFetchMode
(FetchMode mode)