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 FetchModeJDBCFetchPlan. getEagerFetchMode()Eager fetch mode in loading relations.FetchModeJDBCFetchPlanImpl. getEagerFetchMode()FetchModeJDBCFetchPlan. getSubclassFetchMode()Eager fetch mode in loading subclasses.FetchModeJDBCFetchPlanImpl. getSubclassFetchMode()FetchModevalue()FetchModevalue()static FetchModeFetchMode. 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 JDBCFetchPlanJDBCFetchPlan. setEagerFetchMode(FetchMode mode)Eager fetch mode in loading relations.JDBCFetchPlanImplJDBCFetchPlanImpl. setEagerFetchMode(FetchMode mode)JDBCFetchPlanJDBCFetchPlan. setSubclassFetchMode(FetchMode mode)Eager fetch mode in loading subclasses.JDBCFetchPlanImplJDBCFetchPlanImpl. setSubclassFetchMode(FetchMode mode)
-