Methods Summary |
---|
public boolean | equals(oracle.toplink.essentials.changesets.ObjectChangeSet objectChange)
|
public java.util.Vector | getChangedAttributeNames()ADVANCED:
This method will return a collection of the fieldnames of attributes changed in an object.
|
public java.util.Vector | getChanges()ADVANCED:
This method returns a reference to the collection of changes within this changeSet.
|
public oracle.toplink.essentials.changesets.ChangeRecord | getChangesForAttributeNamed(java.lang.String attributeName)ADVANCED:
Returns the change record for the specified attribute name.
|
public java.lang.String | getClassName()ADVANCE:
This method returns the class Name that this changeSet Represents.
|
public java.lang.Class | getClassType(oracle.toplink.essentials.sessions.Session session)ADVANCE:
This method returns the class type that this changeSet Represents.
|
public java.lang.Object | getNewKey()ADVANCED:
This method returns the key value that this object will be stored under in it's respective Map.
This is old relevant for collection mappings that use a Map.
|
public java.lang.Object | getOldKey()ADVANCED:
This method returns the key value that this object was stored under in it's respective Map.
This is old relevant for collection mappings that use a Map.
|
public java.util.Vector | getPrimaryKeys()ADVANCED:
This method returns the primary keys for the object that this change set represents.
|
public oracle.toplink.essentials.changesets.UnitOfWorkChangeSet | getUOWChangeSet()ADVANCED:
This method is used to return the parent ChangeSet.
|
public java.lang.Object | getWriteLockValue()ADVANCED:
This method is used to return the lock value of the object this changeSet represents.
|
public boolean | hasChangeFor(java.lang.String attributeName)ADVANCED:
This method will return true if the specified attributue has been changed..
|
public boolean | hasChanges()ADVANCED:
Returns true if this particular changeSet has changes.
|
public boolean | isNew()ADVANCED:
Returns true if this ObjectChangeSet represents a new object.
|