Methods in org.apache.openjpa.persistence.jdbc that return JDBCFetchPlan |
JDBCFetchPlan |
JDBCFetchPlan.addFetchGroup(String group)
|
JDBCFetchPlan |
JDBCFetchPlanImpl.addFetchGroup(String group)
|
JDBCFetchPlan |
JDBCFetchPlan.addFetchGroups(Collection groups)
|
JDBCFetchPlan |
JDBCFetchPlanImpl.addFetchGroups(Collection groups)
|
JDBCFetchPlan |
JDBCFetchPlan.addFetchGroups(String... groups)
|
JDBCFetchPlan |
JDBCFetchPlanImpl.addFetchGroups(String... groups)
|
JDBCFetchPlan |
JDBCFetchPlan.addField(Class cls,
String field)
|
JDBCFetchPlan |
JDBCFetchPlanImpl.addField(Class cls,
String field)
|
JDBCFetchPlan |
JDBCFetchPlan.addField(String field)
|
JDBCFetchPlan |
JDBCFetchPlanImpl.addField(String field)
|
JDBCFetchPlan |
JDBCFetchPlan.addFields(Class cls,
Collection fields)
|
JDBCFetchPlan |
JDBCFetchPlanImpl.addFields(Class cls,
Collection fields)
|
JDBCFetchPlan |
JDBCFetchPlan.addFields(Class cls,
String... fields)
|
JDBCFetchPlan |
JDBCFetchPlanImpl.addFields(Class cls,
String... fields)
|
JDBCFetchPlan |
JDBCFetchPlan.addFields(Collection fields)
|
JDBCFetchPlan |
JDBCFetchPlanImpl.addFields(Collection fields)
|
JDBCFetchPlan |
JDBCFetchPlan.addFields(String... fields)
|
JDBCFetchPlan |
JDBCFetchPlanImpl.addFields(String... fields)
|
JDBCFetchPlan |
JDBCFetchPlan.clearFetchGroups()
|
JDBCFetchPlan |
JDBCFetchPlanImpl.clearFetchGroups()
|
JDBCFetchPlan |
JDBCFetchPlan.clearFields()
|
JDBCFetchPlan |
JDBCFetchPlanImpl.clearFields()
|
JDBCFetchPlan |
JDBCFetchPlan.removeFetchGroup(String group)
|
JDBCFetchPlan |
JDBCFetchPlanImpl.removeFetchGroup(String group)
|
JDBCFetchPlan |
JDBCFetchPlan.removeFetchGroups(Collection groups)
|
JDBCFetchPlan |
JDBCFetchPlanImpl.removeFetchGroups(Collection groups)
|
JDBCFetchPlan |
JDBCFetchPlan.removeFetchGroups(String... groups)
|
JDBCFetchPlan |
JDBCFetchPlanImpl.removeFetchGroups(String... groups)
|
JDBCFetchPlan |
JDBCFetchPlan.removeField(Class cls,
String field)
|
JDBCFetchPlan |
JDBCFetchPlanImpl.removeField(Class cls,
String field)
|
JDBCFetchPlan |
JDBCFetchPlan.removeField(String field)
|
JDBCFetchPlan |
JDBCFetchPlanImpl.removeField(String field)
|
JDBCFetchPlan |
JDBCFetchPlan.removeFields(Class cls,
Collection fields)
|
JDBCFetchPlan |
JDBCFetchPlanImpl.removeFields(Class cls,
Collection fields)
|
JDBCFetchPlan |
JDBCFetchPlan.removeFields(Class cls,
String... fields)
|
JDBCFetchPlan |
JDBCFetchPlanImpl.removeFields(Class cls,
String... fields)
|
JDBCFetchPlan |
JDBCFetchPlan.removeFields(Collection fields)
|
JDBCFetchPlan |
JDBCFetchPlanImpl.removeFields(Collection fields)
|
JDBCFetchPlan |
JDBCFetchPlan.removeFields(String... fields)
|
JDBCFetchPlan |
JDBCFetchPlanImpl.removeFields(String... fields)
|
JDBCFetchPlan |
JDBCFetchPlan.resetFetchGroups()
|
JDBCFetchPlan |
JDBCFetchPlanImpl.resetFetchGroups()
|
JDBCFetchPlan |
JDBCFetchPlan.setEagerFetchMode(FetchMode mode)
Eager fetch mode in loading relations. |
JDBCFetchPlan |
JDBCFetchPlan.setFetchBatchSize(int fetchBatchSize)
|
JDBCFetchPlan |
JDBCFetchPlanImpl.setFetchBatchSize(int fetchBatchSize)
|
JDBCFetchPlan |
JDBCFetchPlan.setFetchDirection(FetchDirection direction)
Result set fetch direction. |
JDBCFetchPlan |
JDBCFetchPlan.setIsolation(IsolationLevel level)
The isolation level for queries issued to the database. |
JDBCFetchPlan |
JDBCFetchPlanImpl.setIsolation(IsolationLevel level)
|
JDBCFetchPlan |
JDBCFetchPlan.setJoinSyntax(JoinSyntax syntax)
SQL join syntax. |
JDBCFetchPlan |
JDBCFetchPlan.setLockTimeout(int timeout)
|
JDBCFetchPlan |
JDBCFetchPlanImpl.setLockTimeout(int timeout)
|
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.setReadLockMode(LockModeType mode)
|
JDBCFetchPlan |
JDBCFetchPlanImpl.setReadLockMode(LockModeType mode)
|
JDBCFetchPlan |
JDBCFetchPlan.setResultSetType(ResultSetType type)
Type of JDBC result set to use for query results. |
JDBCFetchPlan |
JDBCFetchPlan.setSubclassFetchMode(FetchMode mode)
Eager fetch mode in loading subclasses. |
JDBCFetchPlan |
JDBCFetchPlan.setWriteLockMode(LockModeType mode)
|
JDBCFetchPlan |
JDBCFetchPlanImpl.setWriteLockMode(LockModeType mode)
|