Package | Description |
---|---|
org.apache.openjpa.persistence.jdbc |
OpenJPA JPA-JDBC
JDBC-specific extensions to OpenJPA JPA runtime.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCFetchPlanImpl
JDBC extensions to the fetch plan.
|
Modifier and Type | Method and Description |
---|---|
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.setEagerFetchMode(int mode)
Deprecated.
use
setEagerFetchMode(FetchMode) instead. |
JDBCFetchPlan |
JDBCFetchPlanImpl.setEagerFetchMode(int mode) |
JDBCFetchPlan |
JDBCFetchPlan.setFetchBatchSize(int fetchBatchSize) |
JDBCFetchPlan |
JDBCFetchPlanImpl.setFetchBatchSize(int fetchBatchSize) |
JDBCFetchPlan |
JDBCFetchPlan.setFetchDirection(FetchDirection direction)
Result set fetch direction.
|
JDBCFetchPlan |
JDBCFetchPlan.setFetchDirection(int direction)
Deprecated.
use
setFetchDirection(FetchDirection) instead. |
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.
use
setJoinSyntax(JoinSyntax) instead. |
JDBCFetchPlan |
JDBCFetchPlanImpl.setJoinSyntax(int syntax) |
JDBCFetchPlan |
JDBCFetchPlan.setJoinSyntax(JoinSyntax syntax)
SQL join syntax.
|
JDBCFetchPlan |
JDBCFetchPlan.setLockTimeout(int timeout) |
JDBCFetchPlan |
JDBCFetchPlanImpl.setLockTimeout(int timeout) |
JDBCFetchPlan |
JDBCFetchPlan.setLRSSize(int lrsSizeMode)
Deprecated.
use
setLRSSizeAlgorithm(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(javax.persistence.LockModeType mode) |
JDBCFetchPlan |
JDBCFetchPlanImpl.setReadLockMode(javax.persistence.LockModeType mode) |
JDBCFetchPlan |
JDBCFetchPlan.setResultSetType(int mode)
Deprecated.
use
setResultSetType(ResultSetType) instead. |
JDBCFetchPlan |
JDBCFetchPlanImpl.setResultSetType(int 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.setSubclassFetchMode(int mode)
Deprecated.
use
setSubclassFetchMode(FetchMode) instead. |
JDBCFetchPlan |
JDBCFetchPlanImpl.setSubclassFetchMode(int mode) |
JDBCFetchPlan |
JDBCFetchPlan.setWriteLockMode(javax.persistence.LockModeType mode) |
JDBCFetchPlan |
JDBCFetchPlanImpl.setWriteLockMode(javax.persistence.LockModeType mode) |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.