Methods Summary |
---|
public boolean | isCoordinatedWithProperty()When a valueholder is triggered, the weaved code will ensure its value is
coordinated with the underlying property. This method allows TopLink to determine
if that has happened.
|
public boolean | isNewlyWeavedValueHolder()This method returns whether this valueholder has been newly instantiated by weaved code.
|
public void | setIsCoordinatedWithProperty(boolean coordinated)TopLink will call this method when the triggering of a weaved valueholder causes it's
value to be coordinated with the underlying property
|
public void | setIsNewlyWeavedValueHolder(boolean isNew)TopLink weaving calls this method on any valueholder it weaves into a class to indicate
that it is new and it's value should not be considered. The method is also called when coordination
with the underlying value occurs to indicate the value can now be trusted.
|