Uses of Interface
org.apache.jdo.state.FieldManager

Packages that use FieldManager
org.apache.jdo.impl.jdoql.jdoqlc   
org.apache.jdo.state This package contains the internal StateManager and teh FIeldManager interface. 
 

Uses of FieldManager in org.apache.jdo.impl.jdoql.jdoqlc
 

Classes in org.apache.jdo.impl.jdoql.jdoqlc that implement FieldManager
 class SimpleFieldManager
          This is the means by which a StateManager implementation's setXXXField() method (where XXX is e.g.
 

Uses of FieldManager in org.apache.jdo.state
 

Methods in org.apache.jdo.state with parameters of type FieldManager
 void StateManagerInternal.provideField(int fieldNumber, FieldManager fieldManager, boolean identifying)
          Causes the values of the field indicated by the specified field number be given to the FieldManager.
 void StateManagerInternal.provideFields(int[] fields, FieldManager fieldManager, boolean identifying)
          Causes the values of the fields indicated by the specified fields to be given to the FieldManager.
 void StateManagerInternal.replace(int[] fields, FieldManager fieldManager)
          Transition the lifecycle state as if the instance is retrieved from the datastore, but use the specified field values instead of loading them from the datastore.
 void StateManagerInternal.replaceFields(int[] fields, FieldManager fieldManager)
          For replacing field values in a PC with the ones that is provided by the FieldManager.
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.