Class | Description |
---|---|
AbstractRecord |
Purpose: Define the abstract definition of a record for internal use.
|
AbstractRecord.NoEntry |
INTERNAL:
NoEntry: This is used to differentiate between the two kinds
of nulls: no entry exists, and the field is actually mapped
to null.
|
AbstractSession |
Implementation of oracle.toplink.essentials.sessions.Session
The public interface should be used by public API and testing, the implementation should be used internally.
|
AggregateChangeRecord |
This change Record is used to record the changes for AggregateObjectMapping.
|
AggregateCollectionChangeRecord |
This change record records the changes for AggregateCollectionMapping.
|
AggregateObjectChangeSet | |
ChangeRecord |
Purpose: This class was designed as a superclass to all possible Change Record types.
|
ClientSessionIdentityMapAccessor |
INTERNAL:
IdentityMapAccessor subclass for client sessions.
|
CollectionChangeRecord |
Purpose: This class holds the record of the changes made to a collection attribute of
an object.
|
CommitManager |
This class maintains a commit stack and resolves circular references.
|
CommitOrderCalculator |
This class calculates a commit order for a series of classes
based on the dependencies between them.
|
CommitOrderDependencyNode |
This wraps a descriptor with information required to compute an order for
dependencies.
|
DatabaseSessionImpl |
Implementation of oracle.toplink.essentials.sessions.DatabaseSession
The public interface should be used by public API, the implementation should be used internally.
|
DirectCollectionChangeRecord |
Purpose: This class holds the record of the changes made to a collection attribute of
an object.
|
DirectCollectionChangeRecord.NULL | |
DirectMapChangeRecord | |
DirectToFieldChangeRecord |
Purpose: To record the changes for attributes that can be represented as DirectToField
|
IdentityMapAccessor |
INTERNAL:
Internal subclass that provides access to identity maps through the session.
|
IsolatedClientSession |
Provides isolation support by allowing a client session
to have a local cache of the subset of the classes.
|
IsolatedClientSessionIdentityMapAccessor |
INTERNAL:
Internal subclass that provides access to identity maps through the session.
|
MergeManager |
Purpose:
Used to manage the merge of two objects in a unit of work.
|
ObjectChangeSet |
Purpose: Hold the Records of change for a particular instance of an object.
|
ObjectReferenceChangeRecord |
Purpose: To record the changes for an attribute that references a single Object
|
OrderedCollectionChangeRecord |
Purpose: This class holds the record of the changes made to a collection attribute of
an object.
|
OrderedDirectCollectionChangeRecord |
Purpose: This class holds the record of the changes made to a collection attribute of
an object.
|
UnitOfWorkChangeSet |
Purpose: This is the overall collection of changes.
|
UnitOfWorkIdentityMapAccessor |
INTERNAL:
IdentityMapAccessor subclass for UnitOfWork
Overrides some initialization functionality and some behavoir having to do with
getting objects from identity maps.
|
UnitOfWorkImpl |
Implementation of oracle.toplink.essentials.sessions.UnitOfWork
The public interface should be used by public API and testing, the implementation should be used internally.
|
Copyright © 2024. All rights reserved.