|
Oracle TopLink Java API Reference 10g Release 3 (10.1.3.1) B28219-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Purpose: Interface to allow lazy loading of an object's relationships from the database.
ValueHolder
, oracle.toplink.internal.indirection.DatabaseValueHolder
Field Summary | |
static boolean |
shouldToStringInstantiate Can be used to have transparent indirection toString instantiate the objects. |
Method Summary | |
java.lang.Object |
getValue() PUBLIC: Return the value. |
boolean |
isInstantiated() PUBLIC: Return whether the contents have been read from the database. |
void |
setValue(java.lang.Object value) PUBLIC: Set the value. |
Field Detail |
public static final boolean shouldToStringInstantiate
Method Detail |
public java.lang.Object getValue()
public boolean isInstantiated()
public void setValue(java.lang.Object value)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |