Package | Description |
---|---|
oracle.toplink.essentials.descriptors | |
oracle.toplink.essentials.internal.descriptors | |
oracle.toplink.essentials.queryframework |
Modifier and Type | Method and Description |
---|---|
FetchGroup |
ClassDescriptor.getDefaultFetchGroup()
INTERNAL:
Return the default fetch group on the descriptor.
|
FetchGroup |
FetchGroupManager.getDefaultFetchGroup()
Return the descriptor-level default fetch group.
|
FetchGroup |
FetchGroupManager.getFetchGroup(String groupName)
Return a pre-defined named fetch group.
|
FetchGroup |
FetchGroupManager.unionFetchGroups(FetchGroup first,
FetchGroup second)
INTERNAL:
Union two fetch groups.
|
Modifier and Type | Method and Description |
---|---|
void |
FetchGroupManager.addFetchGroup(FetchGroup group)
Add a named fetch group to the descriptor
|
boolean |
FetchGroupManager.isObjectValidForFetchGroup(Object object,
FetchGroup fetchGroup)
INTERNAL:
Return if the cached object data is sufficiently valid against a fetch group
|
void |
VersionLockingPolicy.prepareFetchGroupForReadQuery(FetchGroup fetchGroup,
ObjectLevelReadQuery query)
INTERNAL:
Prepare fetch group for read query
|
void |
FetchGroupManager.setDefaultFetchGroup(FetchGroup newDefaultFetchGroup)
Set the descriptor-level default fetch group.
|
void |
FetchGroupManager.setObjectFetchGroup(Object source,
FetchGroup fetchGroup)
INTERNAL:
Reset object attributes to the default their values.
|
void |
FetchGroupManager.unionFetchGroupIntoObject(Object source,
FetchGroup newFetchGroup)
INTERNAL:
Union the fetch group of the domain object with the new fetch group.
|
FetchGroup |
FetchGroupManager.unionFetchGroups(FetchGroup first,
FetchGroup second)
INTERNAL:
Union two fetch groups.
|
Modifier and Type | Method and Description |
---|---|
void |
OptimisticLockingPolicy.prepareFetchGroupForReadQuery(FetchGroup fetchGroup,
ObjectLevelReadQuery query)
INTERNAL:
Prepare fetch group for read query
|
Modifier and Type | Field and Description |
---|---|
protected FetchGroup |
ObjectLevelReadQuery.fetchGroup
Allow for a query level fetch group to be set.
|
Modifier and Type | Method and Description |
---|---|
FetchGroup |
FetchGroupTracker.getFetchGroup()
Return the fetch group being tracked
|
FetchGroup |
ObjectLevelReadQuery.getFetchGroup()
Return the fetch group set in the query.
|
FetchGroup |
ObjectBuildingQuery.getFetchGroup()
Return the fetch group set in the query.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FetchGroup.isSupersetOf(FetchGroup anotherGroup)
INTERNAL:
Return true if this fetch group is a super-set of the passed in fetch group
|
void |
FetchGroupTracker.setFetchGroup(FetchGroup group)
Set a fetch group to be tracked.
|
void |
ObjectLevelReadQuery.setFetchGroup(FetchGroup newFetchGroup)
Set a dynamic (use case) fetch group to the query.
|
Copyright © 2022. All rights reserved.