|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IndirectContainer
Purpose: Define an interface for a Container that can also act as an EclipseLink "indirection" object; i.e. the Container will only read its contents from the database when necessary (typically, on receipt of the first Container-related message).
TransparentIndirectionPolicy
Method Summary | |
---|---|
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. |
Method Detail |
---|
ValueHolderInterface getValueHolder()
boolean isInstantiated()
void setValueHolder(ValueHolderInterface valueHolder)
|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |