public class UnitOfWorkQueryValueHolder extends UnitOfWorkValueHolder
backupValueHolder, mapping, relationshipSourceObject, remoteUnitOfWork, sourceAttributeName, sourceObject, wrappedValueHolder, wrappedValueHolderRemoteID
isCoordinatedWithProperty, isInstantiated, row, session, value
shouldToStringInstantiate
Modifier | Constructor and Description |
---|---|
protected |
UnitOfWorkQueryValueHolder(ValueHolderInterface attributeValue,
Object clone,
DatabaseMapping mapping,
UnitOfWorkImpl unitOfWork) |
|
UnitOfWorkQueryValueHolder(ValueHolderInterface attributeValue,
Object clone,
ForeignReferenceMapping mapping,
AbstractRecord row,
UnitOfWorkImpl unitOfWork) |
Modifier and Type | Method and Description |
---|---|
protected Object |
buildBackupCloneFor(Object cloneAttributeValue)
Backup the clone attribute value.
|
Object |
buildCloneFor(Object originalAttributeValue)
Clone the original attribute value.
|
void |
setValue(Object theValue)
Ensure that the backup value holder is populated.
|
void |
updateForeignReferenceRemove(Object value)
INTERNAL:
Here we now must check for bi-directional relationship.
|
void |
updateForeignReferenceSet(Object value,
Object oldValue)
INTERNAL:
Here we now must check for bi-directional relationship.
|
getBackupValueHolder, getMapping, getRelationshipSourceObject, getRemoteUnitOfWork, getSourceAttributeName, getSourceObject, getUnitOfWork, getValueFromServerObject, getWrappedValueHolder, getWrappedValueHolderRemoteID, instantiate, instantiateForUnitOfWorkValueHolder, instantiateImpl, isEasilyInstantiated, isPessimisticLockingValueHolder, isSerializedRemoteUnitOfWorkValueHolder, releaseWrappedValueHolder, resetFields, setBackupValueHolder, setMapping, setRelationshipSourceObject, setRemoteUnitOfWork, setSourceAttributeName, setSourceObject, setWrappedValueHolder
clone, getRow, getSession, getValue, isCoordinatedWithProperty, isInstantiated, isNewlyWeavedValueHolder, isTransactionalValueHolder, privilegedSetValue, setInstantiated, setIsCoordinatedWithProperty, setIsNewlyWeavedValueHolder, setRow, setSession, setUninstantiated, toString
protected UnitOfWorkQueryValueHolder(ValueHolderInterface attributeValue, Object clone, DatabaseMapping mapping, UnitOfWorkImpl unitOfWork)
public UnitOfWorkQueryValueHolder(ValueHolderInterface attributeValue, Object clone, ForeignReferenceMapping mapping, AbstractRecord row, UnitOfWorkImpl unitOfWork)
protected Object buildBackupCloneFor(Object cloneAttributeValue)
buildBackupCloneFor
in class UnitOfWorkValueHolder
public Object buildCloneFor(Object originalAttributeValue)
buildCloneFor
in class UnitOfWorkValueHolder
public void setValue(Object theValue)
setValue
in interface ValueHolderInterface
setValue
in class DatabaseValueHolder
public void updateForeignReferenceRemove(Object value)
public void updateForeignReferenceSet(Object value, Object oldValue)
Copyright © 2022. All rights reserved.