Package | Description |
---|---|
oracle.toplink.essentials.changesets | |
oracle.toplink.essentials.internal.sessions |
Modifier and Type | Interface and Description |
---|---|
interface |
AggregateChangeRecord
Purpose: Define the Public interface for the Aggregate Change Record.
|
interface |
AggregateCollectionChangeRecord
Purpose: Define the Public interface for the Aggregate Collection Change Record.
|
interface |
CollectionChangeRecord
Purpose: This interface defines the API for the changeRecord that maintains the changes made to a collection attribute of
an object.
|
interface |
DirectCollectionChangeRecord
Purpose: This interface defines the API for the ChangeRecord that holds the changes made to a direct collection attribute of
an object.
|
interface |
DirectToFieldChangeRecord
Purpose: This interface provides public API to the class responsible for holding the change made to a directToFieldMapping.
|
interface |
ObjectReferenceChangeRecord
Purpose: Provides API for the ObjectReferenceChangeRecord.
|
interface |
OrderedCollectionChangeRecord
Purpose: Provide public API to the OrderedCollectionChangeRecord.
|
Modifier and Type | Method and Description |
---|---|
ChangeRecord |
ObjectChangeSet.getChangesForAttributeNamed(String attributeName)
ADVANCED:
Returns the change record for the specified attribute name.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregateChangeRecord
This change Record is used to record the changes for AggregateObjectMapping.
|
class |
AggregateCollectionChangeRecord
This change record records the changes for AggregateCollectionMapping.
|
class |
ChangeRecord
Purpose: This class was designed as a superclass to all possible Change Record types.
|
class |
CollectionChangeRecord
Purpose: This class holds the record of the changes made to a collection attribute of
an object.
|
class |
DirectCollectionChangeRecord
Purpose: This class holds the record of the changes made to a collection attribute of
an object.
|
class |
DirectMapChangeRecord |
class |
DirectToFieldChangeRecord
Purpose: To record the changes for attributes that can be represented as DirectToField
|
class |
ObjectReferenceChangeRecord
Purpose: To record the changes for an attribute that references a single Object
|
class |
OrderedCollectionChangeRecord
Purpose: This class holds the record of the changes made to a collection attribute of
an object.
|
class |
OrderedDirectCollectionChangeRecord
Purpose: This class holds the record of the changes made to a collection attribute of
an object.
|
Modifier and Type | Method and Description |
---|---|
ChangeRecord |
ObjectChangeSet.getChangesForAttributeNamed(String attributeName)
INTERNAL:
returns the change record for the specified attribute name
|
Copyright © 2021. All rights reserved.