|
Oracle Application Server TopLink API Reference 10g (9.0.4) B10491-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Purpose: Define an interface for a Container that can also act as a TopLink "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).
oracle.toplink.mappings.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 |
public ValueHolderInterface getValueHolder()
public boolean isInstantiated()
public void setValueHolder(ValueHolderInterface valueHolder)
|
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||