Uses of Interface
org.apache.openjpa.persistence.jdbc.JDBCFetchPlan
- 
Packages that use JDBCFetchPlan Package Description org.apache.openjpa.persistence.jdbc OpenJPA JPA-JDBC - 
- 
Uses of JDBCFetchPlan in org.apache.openjpa.persistence.jdbc
Classes in org.apache.openjpa.persistence.jdbc that implement JDBCFetchPlan Modifier and Type Class Description classJDBCFetchPlanImplJDBC extensions to the fetch plan.Methods in org.apache.openjpa.persistence.jdbc that return JDBCFetchPlan Modifier and Type Method Description JDBCFetchPlanJDBCFetchPlan. addFetchGroup(String group)JDBCFetchPlanJDBCFetchPlanImpl. addFetchGroup(String group)JDBCFetchPlanJDBCFetchPlan. addFetchGroups(String... groups)JDBCFetchPlanJDBCFetchPlan. addFetchGroups(Collection groups)JDBCFetchPlanJDBCFetchPlanImpl. addFetchGroups(String... groups)JDBCFetchPlanJDBCFetchPlanImpl. addFetchGroups(Collection groups)JDBCFetchPlanJDBCFetchPlan. addField(Class cls, String field)JDBCFetchPlanJDBCFetchPlan. addField(String field)JDBCFetchPlanJDBCFetchPlanImpl. addField(Class cls, String field)JDBCFetchPlanJDBCFetchPlanImpl. addField(String field)JDBCFetchPlanJDBCFetchPlan. addFields(Class cls, String... fields)JDBCFetchPlanJDBCFetchPlan. addFields(Class cls, Collection fields)JDBCFetchPlanJDBCFetchPlan. addFields(String... fields)JDBCFetchPlanJDBCFetchPlan. addFields(Collection fields)JDBCFetchPlanJDBCFetchPlanImpl. addFields(Class cls, String... fields)JDBCFetchPlanJDBCFetchPlanImpl. addFields(Class cls, Collection fields)JDBCFetchPlanJDBCFetchPlanImpl. addFields(String... fields)JDBCFetchPlanJDBCFetchPlanImpl. addFields(Collection fields)JDBCFetchPlanJDBCFetchPlan. clearFetchGroups()JDBCFetchPlanJDBCFetchPlanImpl. clearFetchGroups()JDBCFetchPlanJDBCFetchPlan. clearFields()JDBCFetchPlanJDBCFetchPlanImpl. clearFields()JDBCFetchPlanJDBCFetchPlan. removeFetchGroup(String group)JDBCFetchPlanJDBCFetchPlanImpl. removeFetchGroup(String group)JDBCFetchPlanJDBCFetchPlan. removeFetchGroups(String... groups)JDBCFetchPlanJDBCFetchPlan. removeFetchGroups(Collection groups)JDBCFetchPlanJDBCFetchPlanImpl. removeFetchGroups(String... groups)JDBCFetchPlanJDBCFetchPlanImpl. removeFetchGroups(Collection groups)JDBCFetchPlanJDBCFetchPlan. removeField(Class cls, String field)JDBCFetchPlanJDBCFetchPlan. removeField(String field)JDBCFetchPlanJDBCFetchPlanImpl. removeField(Class cls, String field)JDBCFetchPlanJDBCFetchPlanImpl. removeField(String field)JDBCFetchPlanJDBCFetchPlan. removeFields(Class cls, String... fields)JDBCFetchPlanJDBCFetchPlan. removeFields(Class cls, Collection fields)JDBCFetchPlanJDBCFetchPlan. removeFields(String... fields)JDBCFetchPlanJDBCFetchPlan. removeFields(Collection fields)JDBCFetchPlanJDBCFetchPlanImpl. removeFields(Class cls, String... fields)JDBCFetchPlanJDBCFetchPlanImpl. removeFields(Class cls, Collection fields)JDBCFetchPlanJDBCFetchPlanImpl. removeFields(String... fields)JDBCFetchPlanJDBCFetchPlanImpl. removeFields(Collection fields)JDBCFetchPlanJDBCFetchPlan. resetFetchGroups()JDBCFetchPlanJDBCFetchPlanImpl. resetFetchGroups()JDBCFetchPlanJDBCFetchPlan. setEagerFetchMode(int mode)Deprecated.usesetEagerFetchMode(FetchMode)instead.JDBCFetchPlanJDBCFetchPlan. setEagerFetchMode(FetchMode mode)Eager fetch mode in loading relations.JDBCFetchPlanJDBCFetchPlanImpl. setEagerFetchMode(int mode)JDBCFetchPlanJDBCFetchPlan. setFetchBatchSize(int fetchBatchSize)JDBCFetchPlanJDBCFetchPlanImpl. setFetchBatchSize(int fetchBatchSize)JDBCFetchPlanJDBCFetchPlan. setFetchDirection(int direction)Deprecated.usesetFetchDirection(FetchDirection)instead.JDBCFetchPlanJDBCFetchPlan. setFetchDirection(FetchDirection direction)Result set fetch direction.JDBCFetchPlanJDBCFetchPlanImpl. setFetchDirection(int direction)JDBCFetchPlanJDBCFetchPlan. setIsolation(IsolationLevel level)The isolation level for queries issued to the database.JDBCFetchPlanJDBCFetchPlanImpl. setIsolation(IsolationLevel level)JDBCFetchPlanJDBCFetchPlan. setJoinSyntax(int syntax)Deprecated.usesetJoinSyntax(JoinSyntax)instead.JDBCFetchPlanJDBCFetchPlan. setJoinSyntax(JoinSyntax syntax)SQL join syntax.JDBCFetchPlanJDBCFetchPlanImpl. setJoinSyntax(int syntax)JDBCFetchPlanJDBCFetchPlan. setLockTimeout(int timeout)JDBCFetchPlanJDBCFetchPlanImpl. setLockTimeout(int timeout)JDBCFetchPlanJDBCFetchPlan. setLRSSize(int lrsSizeMode)Deprecated.usesetLRSSizeAlgorithm(LRSSizeAlgorithm)instead.JDBCFetchPlanJDBCFetchPlanImpl. setLRSSize(int lrsSizeMode)JDBCFetchPlanJDBCFetchPlan. setLRSSizeAlgorithm(LRSSizeAlgorithm lrsSizeAlgorithm)How to determine the size of a large result set.JDBCFetchPlanJDBCFetchPlan. setMaxFetchDepth(int depth)JDBCFetchPlanJDBCFetchPlanImpl. setMaxFetchDepth(int depth)JDBCFetchPlanJDBCFetchPlan. setQueryResultCacheEnabled(boolean cache)JDBCFetchPlanJDBCFetchPlanImpl. setQueryResultCacheEnabled(boolean cache)JDBCFetchPlanJDBCFetchPlan. setQueryTimeout(int timeout)JDBCFetchPlanJDBCFetchPlanImpl. setQueryTimeout(int timeout)JDBCFetchPlanJDBCFetchPlan. setReadLockMode(jakarta.persistence.LockModeType mode)JDBCFetchPlanJDBCFetchPlanImpl. setReadLockMode(jakarta.persistence.LockModeType mode)JDBCFetchPlanJDBCFetchPlan. setResultSetType(int mode)Deprecated.usesetResultSetType(ResultSetType)instead.JDBCFetchPlanJDBCFetchPlan. setResultSetType(ResultSetType type)Type of JDBC result set to use for query results.JDBCFetchPlanJDBCFetchPlanImpl. setResultSetType(int mode)JDBCFetchPlanJDBCFetchPlan. setSubclassFetchMode(int mode)Deprecated.usesetSubclassFetchMode(FetchMode)instead.JDBCFetchPlanJDBCFetchPlan. setSubclassFetchMode(FetchMode mode)Eager fetch mode in loading subclasses.JDBCFetchPlanJDBCFetchPlanImpl. setSubclassFetchMode(int mode)JDBCFetchPlanJDBCFetchPlan. setWriteLockMode(jakarta.persistence.LockModeType mode)JDBCFetchPlanJDBCFetchPlanImpl. setWriteLockMode(jakarta.persistence.LockModeType mode) 
 -