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