Uses of Enum
org.apache.openjpa.persistence.jdbc.FetchMode
Packages that use FetchMode
-
Uses of FetchMode in org.apache.openjpa.persistence.jdbc
Methods in org.apache.openjpa.persistence.jdbc that return FetchModeModifier and TypeMethodDescriptionJDBCFetchPlan.getEagerFetchMode()Eager fetch mode in loading relations.JDBCFetchPlanImpl.getEagerFetchMode()JDBCFetchPlan.getSubclassFetchMode()Eager fetch mode in loading subclasses.JDBCFetchPlanImpl.getSubclassFetchMode()static FetchModeReturns 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 FetchModeModifier 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)