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