oracle.toplink.essentials.changesets |
|
Java Source File Name | Type | Comment |
AggregateChangeRecord.java | Interface |
Purpose: Define the Public interface for the Aggregate Change Record. |
AggregateCollectionChangeRecord.java | Interface |
Purpose: Define the Public interface for the Aggregate Collection Change Record. |
ChangeRecord.java | Interface |
Purpose: Define the base Change Record API. |
CollectionChangeRecord.java | Interface |
Purpose: This interface defines the API for the changeRecord that maintains the changes made to a collection attribute of
an object. |
DirectCollectionChangeRecord.java | Interface |
Purpose: This interface defines the API for the ChangeRecord that holds the changes made to a direct collection attribute of
an object. |
DirectToFieldChangeRecord.java | Interface |
Purpose: This interface provides public API to the class responsible for holding the change made to a directToFieldMapping. |
ObjectChangeSet.java | Interface |
Purpose: Provides API to the Class that holds all changes made to a particular Object. |
ObjectReferenceChangeRecord.java | Interface |
Purpose: Provides API for the ObjectReferenceChangeRecord. |
OrderedCollectionChangeRecord.java | Interface |
Purpose: Provide public API to the OrderedCollectionChangeRecord.
Description: OrderedCollections, used in TopLink SDK, must be tracked differently from regulat Collections.
As the objects in the collection have a particular index which must be stored. |
UnitOfWorkChangeSet.java | Interface |
Purpose: To Provide API to the UnitOfWorkChangeSet.
Description:The UnitOfWorkChangeSet contains all of the individual ObjectChangeSets. |