|
Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) E28847-01 |
||||||||
| 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 |
shouldToStringInstantiateCan 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)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||