Uses of Package
org.jpox.store.fieldmanager

Packages that use org.jpox.store.fieldmanager
org.jpox This package provides classes that are typically client-facing. 
org.jpox.sco Provides implementations of the wrappers for the mutable Second Class Objects (SCO's) supported by JPOX. 
org.jpox.state Provides classes relating to the life cycle state of a persistable object. 
org.jpox.store.fieldmanager Package providing managers for fields which give a mechanism for navigating through fields of a class and performing operations based on the type of the field. 
org.jpox.store.mapped   
 

Classes in org.jpox.store.fieldmanager used by org.jpox
FieldManager
          Provide methods to fetch from/to a persistable object to/from the StateManager/DataStore.
 

Classes in org.jpox.store.fieldmanager used by org.jpox.sco
AbstractFieldManager
          Abstract representation of a field manager.
FieldConsumer
          Interface providing methods for consuming field values from a persistable object.
FieldManager
          Provide methods to fetch from/to a persistable object to/from the StateManager/DataStore.
FieldSupplier
          Interface providing methods for supplying field values to a persistable object.
 

Classes in org.jpox.store.fieldmanager used by org.jpox.state
FieldManager
          Provide methods to fetch from/to a persistable object to/from the StateManager/DataStore.
 

Classes in org.jpox.store.fieldmanager used by org.jpox.store.fieldmanager
AbstractFetchFieldManager
          Base field manager for handling the fetching of fields.
AbstractFetchFieldManager.EndOfFetchPlanGraphException
          Exception thrown when we reach the end of the fetch depth in a branch of the object graph
AbstractFieldManager
          Abstract representation of a field manager.
FieldConsumer
          Interface providing methods for consuming field values from a persistable object.
FieldManager
          Provide methods to fetch from/to a persistable object to/from the StateManager/DataStore.
FieldSupplier
          Interface providing methods for supplying field values to a persistable object.
 

Classes in org.jpox.store.fieldmanager used by org.jpox.store.mapped
FieldManager
          Provide methods to fetch from/to a persistable object to/from the StateManager/DataStore.
 



Copyright © -2008 . All Rights Reserved.