public interface IndirectContainer
TransparentIndirectionPolicy
Modifier and Type | Method and Description |
---|---|
ValueHolderInterface |
getValueHolder()
PUBLIC:
This is used by the indirection policy to build the
UOW clone of the container.
|
boolean |
isInstantiated()
PUBLIC:
Return whether the contents have been read from the database.
|
void |
setValueHolder(ValueHolderInterface valueHolder)
PUBLIC:
Set the valueHolder.
|
ValueHolderInterface getValueHolder()
boolean isInstantiated()
void setValueHolder(ValueHolderInterface valueHolder)