FetchPlan |
FetchPlan.addFetchGroup(java.lang.String group) |
Adds group to the set of fetch group to
use when loading objects.
|
FetchPlan |
FetchPlanImpl.addFetchGroup(java.lang.String group) |
|
FetchPlan |
FetchPlan.addFetchGroups(java.lang.String... groups) |
Adds groups to the set of fetch group names to
use when loading objects.
|
FetchPlan |
FetchPlan.addFetchGroups(java.util.Collection groups) |
Adds groups to the set of fetch group names to
use when loading objects.
|
FetchPlan |
FetchPlanImpl.addFetchGroups(java.lang.String... groups) |
|
FetchPlan |
FetchPlanImpl.addFetchGroups(java.util.Collection groups) |
|
FetchPlan |
FetchPlan.addField(java.lang.Class cls,
java.lang.String field) |
Adds field to the set of field names to
use when loading objects.
|
FetchPlan |
FetchPlan.addField(java.lang.String field) |
Adds field to the set of fully-qualified field names to
use when loading objects.
|
FetchPlan |
FetchPlanImpl.addField(java.lang.Class cls,
java.lang.String field) |
|
FetchPlan |
FetchPlanImpl.addField(java.lang.String field) |
|
FetchPlan |
FetchPlan.addFields(java.lang.Class cls,
java.lang.String... fields) |
Adds fields to the set of field names to
use when loading objects.
|
FetchPlan |
FetchPlan.addFields(java.lang.Class cls,
java.util.Collection fields) |
Adds fields to the set of field names to
use when loading objects.
|
FetchPlan |
FetchPlan.addFields(java.lang.String... fields) |
Adds fields to the set of fully-qualified field names to
use when loading objects.
|
FetchPlan |
FetchPlan.addFields(java.util.Collection fields) |
Adds fields to the set of fully-qualified field names to
use when loading objects.
|
FetchPlan |
FetchPlanImpl.addFields(java.lang.Class cls,
java.lang.String... fields) |
|
FetchPlan |
FetchPlanImpl.addFields(java.lang.Class cls,
java.util.Collection fields) |
|
FetchPlan |
FetchPlanImpl.addFields(java.lang.String... fields) |
|
FetchPlan |
FetchPlanImpl.addFields(java.util.Collection fields) |
|
FetchPlan |
FetchPlan.clearFetchGroups() |
Clears the set of fetch group names to use wen loading
data.
|
FetchPlan |
FetchPlanImpl.clearFetchGroups() |
|
FetchPlan |
FetchPlan.clearFields() |
Clears the set of field names to use wen loading
data.
|
FetchPlan |
FetchPlanImpl.clearFields() |
|
FetchPlan |
EntityManagerImpl.getFetchPlan() |
|
FetchPlan |
Extent.getFetchPlan() |
Fetch configuration for controlling how iterated objects are loaded.
|
FetchPlan |
ExtentImpl.getFetchPlan() |
|
FetchPlan |
OpenJPAEntityManager.getFetchPlan() |
Return the (mutable) fetch plan for loading objects from this
entity manager.
|
FetchPlan |
OpenJPAQuery.getFetchPlan() |
Fetch plan for controlling the loading of results.
|
FetchPlan |
QueryImpl.getFetchPlan() |
|
FetchPlan |
EntityManagerImpl.pushFetchPlan() |
|
FetchPlan |
EntityManagerImpl.pushFetchPlan(FetchConfiguration fc) |
|
FetchPlan |
OpenJPAEntityManager.pushFetchPlan() |
Pushes a new fetch plan that inherits from the current fetch plan onto
a stack, and makes the new plan the active one.
|
FetchPlan |
FetchPlan.removeFetchGroup(java.lang.String group) |
Remove the given fetch group.
|
FetchPlan |
FetchPlanImpl.removeFetchGroup(java.lang.String group) |
|
FetchPlan |
FetchPlan.removeFetchGroups(java.lang.String... groups) |
Removes groups from the set of fetch group names
to use when loading objects.
|
FetchPlan |
FetchPlan.removeFetchGroups(java.util.Collection groups) |
Removes groups from the set of fetch group names
to use when loading objects.
|
FetchPlan |
FetchPlanImpl.removeFetchGroups(java.lang.String... groups) |
|
FetchPlan |
FetchPlanImpl.removeFetchGroups(java.util.Collection groups) |
|
FetchPlan |
FetchPlan.removeField(java.lang.Class cls,
java.lang.String field) |
Remove the given field.
|
FetchPlan |
FetchPlan.removeField(java.lang.String field) |
Remove the given fully-qualified field.
|
FetchPlan |
FetchPlanImpl.removeField(java.lang.Class cls,
java.lang.String field) |
|
FetchPlan |
FetchPlanImpl.removeField(java.lang.String field) |
|
FetchPlan |
FetchPlan.removeFields(java.lang.Class cls,
java.lang.String... fields) |
Removes fields from the set of field names
to use when loading objects.
|
FetchPlan |
FetchPlan.removeFields(java.lang.Class cls,
java.util.Collection fields) |
Removes fields from the set of field names
to use when loading objects.
|
FetchPlan |
FetchPlan.removeFields(java.lang.String... fields) |
Removes fields from the set of fully-qualified field names
to use when loading objects.
|
FetchPlan |
FetchPlan.removeFields(java.util.Collection fields) |
Removes fields from the set of fully-qualified field names
to use when loading objects.
|
FetchPlan |
FetchPlanImpl.removeFields(java.lang.Class cls,
java.lang.String... fields) |
|
FetchPlan |
FetchPlanImpl.removeFields(java.lang.Class cls,
java.util.Collection fields) |
|
FetchPlan |
FetchPlanImpl.removeFields(java.lang.String... fields) |
|
FetchPlan |
FetchPlanImpl.removeFields(java.util.Collection fields) |
|
FetchPlan |
FetchPlan.resetFetchGroups() |
Resets the set of fetch groups to the list in the global configuration.
|
FetchPlan |
FetchPlanImpl.resetFetchGroups() |
|
FetchPlan |
FetchPlan.setCacheRetrieveMode(DataCacheRetrieveMode mode) |
Sets the current retrieve mode for data cache.
|
FetchPlan |
FetchPlanImpl.setCacheRetrieveMode(DataCacheRetrieveMode mode) |
|
FetchPlan |
FetchPlan.setCacheStoreMode(DataCacheStoreMode mode) |
Sets the current storage mode for data cache.
|
FetchPlan |
FetchPlanImpl.setCacheStoreMode(DataCacheStoreMode mode) |
|
FetchPlan |
FetchPlan.setExtendedPathLookup(boolean flag) |
Sets extended path lookup feature.
|
FetchPlan |
FetchPlanImpl.setExtendedPathLookup(boolean flag) |
|
FetchPlan |
FetchPlan.setFetchBatchSize(int fetchBatchSize) |
Set the fetch batch size for large result set support.
|
FetchPlan |
FetchPlanImpl.setFetchBatchSize(int fetchBatchSize) |
|
FetchPlan |
FetchPlan.setLockScope(jakarta.persistence.PessimisticLockScope scope) |
The lock scope to use for locking loaded objects.
|
FetchPlan |
FetchPlanImpl.setLockScope(jakarta.persistence.PessimisticLockScope scope) |
|
FetchPlan |
FetchPlan.setLockTimeout(int timeout) |
The number of milliseconds to wait for an object lock, or -1 for no
limit.
|
FetchPlan |
FetchPlanImpl.setLockTimeout(int timeout) |
|
FetchPlan |
FetchPlan.setMaxFetchDepth(int depth) |
The maximum fetch depth when loading an object.
|
FetchPlan |
FetchPlanImpl.setMaxFetchDepth(int depth) |
|
FetchPlan |
FetchPlan.setQueryResultCache(boolean cache) |
Deprecated.
|
FetchPlan |
FetchPlanImpl.setQueryResultCache(boolean cache) |
|
FetchPlan |
FetchPlan.setQueryResultCacheEnabled(boolean cache) |
Control whether or not query caching is enabled.
|
FetchPlan |
FetchPlanImpl.setQueryResultCacheEnabled(boolean cache) |
|
FetchPlan |
FetchPlan.setQueryTimeout(int timeout) |
The number of milliseconds to wait for a query, or -1 for no
limit.
|
FetchPlan |
FetchPlanImpl.setQueryTimeout(int timeout) |
|
FetchPlan |
FetchPlan.setReadLockMode(jakarta.persistence.LockModeType mode) |
The lock level to use for locking loaded objects.
|
FetchPlan |
FetchPlanImpl.setReadLockMode(jakarta.persistence.LockModeType mode) |
|
FetchPlan |
FetchPlan.setWriteLockMode(jakarta.persistence.LockModeType mode) |
The lock level to use for locking dirtied objects.
|
FetchPlan |
FetchPlanImpl.setWriteLockMode(jakarta.persistence.LockModeType mode) |
|