Package | Description |
---|---|
oracle.toplink.essentials.changesets | |
oracle.toplink.essentials.internal.sessions |
Modifier and Type | Method and Description |
---|---|
ObjectChangeSet |
AggregateChangeRecord.getChangedObject()
ADVANCED:
This method is used to return the ObjectChangeSet representing the changed Aggregate.
|
ObjectChangeSet |
ObjectReferenceChangeRecord.getNewValue()
ADVANCED:
Returns the new reference for this object
|
ObjectChangeSet |
UnitOfWorkChangeSet.getObjectChangeSetForClone(Object clone)
ADVANCED:
Get ChangeSet for a particular clone
|
ObjectChangeSet |
ChangeRecord.getOwner()
ADVANCED:
This method returns the ObjectChangeSet that references this ChangeRecord
|
Modifier and Type | Method and Description |
---|---|
boolean |
ObjectChangeSet.equals(ObjectChangeSet objectChange) |
Object |
UnitOfWorkChangeSet.getUOWCloneForObjectChangeSet(ObjectChangeSet changeSet)
ADVANCED:
This method returns the Clone for a particular changeSet
|
Modifier and Type | Class and Description |
---|---|
class |
AggregateObjectChangeSet |
class |
ObjectChangeSet
Purpose: Hold the Records of change for a particular instance of an object.
|
Modifier and Type | Field and Description |
---|---|
protected ObjectChangeSet |
AggregateChangeRecord.changedObject |
Modifier and Type | Method and Description |
---|---|
ObjectChangeSet |
AggregateChangeRecord.getChangedObject()
ADVANCED:
This method is used to return the ObjectChangeSet representing the changed Aggregate.
|
ObjectChangeSet |
ObjectReferenceChangeRecord.getNewValue()
ADVANCED:
Returns the new reference for this object
|
ObjectChangeSet |
UnitOfWorkChangeSet.getObjectChangeSetForClone(Object clone)
ADVANCED:
Get ChangeSet for a particular clone
|
ObjectChangeSet |
ChangeRecord.getOwner()
Insert the method's description here.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ObjectChangeSet.equals(ObjectChangeSet objectChange) |
Object |
UnitOfWorkChangeSet.getUOWCloneForObjectChangeSet(ObjectChangeSet changeSet)
ADVANCED:
This method returns the Clone for a particular changeSet
|
void |
AggregateChangeRecord.setChangedObject(ObjectChangeSet newValue)
INTERNAL:
This method is used to set the changed value or values
|
void |
ObjectReferenceChangeRecord.setNewValue(ObjectChangeSet newValue)
This method sets the value of the change to be made.
|
Copyright © 2021. All rights reserved.