public interface IndirectContainer<C>
TransparentIndirectionPolicy
Modifier and Type | Method and Description |
---|---|
ValueHolderInterface<C> |
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<C> valueHolder)
PUBLIC:
Set the valueHolder.
|
ValueHolderInterface<C> getValueHolder()
boolean isInstantiated()
void setValueHolder(ValueHolderInterface<C> valueHolder)
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.