|
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 ValueHolderInterface
Purpose: Interface to allow lazy loading of an object's relationships from the database.
ValueHolder
,
DatabaseValueHolder
Field Summary | |
---|---|
static boolean |
shouldToStringInstantiate
Can be used to have transparent indirection toString instantiate the objects. |
Method Summary | |
---|---|
java.lang.Object |
clone()
PUBLIC: Copy the value holder (but not its' reference, shallow). |
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 |
---|
static final boolean shouldToStringInstantiate
Method Detail |
---|
java.lang.Object clone()
java.lang.Object getValue()
boolean isInstantiated()
void setValue(java.lang.Object value)
|
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 |