Uses of Class
org.jpox.store.fieldmanager.AbstractFieldManager

Packages that use AbstractFieldManager
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.rdbms.fieldmanager Provides field-managers to populate JDBC Statements, and to extract from JDBC ResultSets. 
 

Uses of AbstractFieldManager in org.jpox.sco
 

Subclasses of AbstractFieldManager in org.jpox.sco
 class UnsetOwners
          Utility class to handle the unsetting of owner fields.
 

Uses of AbstractFieldManager in org.jpox.state
 

Subclasses of AbstractFieldManager in org.jpox.state
 class AbstractFetchFieldManager
          Base field manager for handling the fetching of fields.
 class AttachFieldManager
          Utility class to handle the attach of fields.
 class DetachFieldManager
          Utility class to handle the detach of fields.
 class MakeTransientFieldManager
          Utility class to handle the making transient of fields.
 class NullifyRelationFieldManager
          Manager that nullifies any Collection/Map/PC fields of the object.
 

Uses of AbstractFieldManager in org.jpox.store.rdbms.fieldmanager
 

Subclasses of AbstractFieldManager in org.jpox.store.rdbms.fieldmanager
 class ParameterSetter
          Parameter setter implementation of a field manager.
 class ResultSetGetter
          ResultSet getter implementation of a field manager.
 



Copyright © -2007 . All Rights Reserved.