ValueHolderInterfacepublic interface ValueHolderInterface Purpose: Interface to allow lazy loading of an object's relationships from the database. |
Fields Summary |
---|
public static boolean | shouldToStringInstantiateCan be used to have transparent indirection toString instantiate the objects. |
Methods Summary |
---|
public java.lang.Object | getValue()PUBLIC:
Return the value.
| public boolean | isInstantiated()PUBLIC:
Return whether the contents have been read from the database.
This is used periodically by the indirection policy to determine whether
to trigger the database read.
| public void | setValue(java.lang.Object value)PUBLIC:
Set the value.
|
|