FileDocCategorySizeDatePackage
ValueHolderInterface.javaAPI DocGlassfish v2 API2821Tue May 22 16:54:20 BST 2007oracle.toplink.essentials.indirection

ValueHolderInterface

public interface ValueHolderInterface
Purpose: Interface to allow lazy loading of an object's relationships from the database.
see
ValueHolder
see
oracle.toplink.essentials.internal.indirection.DatabaseValueHolder

Fields Summary
public static boolean
shouldToStringInstantiate
Can be used to have transparent indirection toString instantiate the objects.
Constructors Summary
Methods Summary
public java.lang.ObjectgetValue()
PUBLIC: Return the value.

public booleanisInstantiated()
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 voidsetValue(java.lang.Object value)
PUBLIC: Set the value.