|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use 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 | This packages acts as a link between the StateManager and the mappings, extending the PersistenceCapable.ObjectIdFieldManager of the JDO specification. |
org.jpox.store.rdbms.fieldmanager | Provides field-managers to populate JDBC Statements, and to extract from JDBC ResultSets. |
Uses of FieldManager in org.jpox |
Methods in org.jpox with parameters of type FieldManager | |
void |
StateManager.provideFields(int[] fieldNumbers,
FieldManager fm)
Method to obtain updated field values from the passed FieldManager. |
void |
StateManager.replaceFields(int[] fieldNumbers,
FieldManager fm)
Method to update the data in the object with the values from the passed FieldManager |
void |
StateManager.replaceNonLoadedFields(int[] fieldNumbers,
FieldManager fm)
Method to update the data in the object with the values from the passed FieldManager. |
Uses of FieldManager in org.jpox.sco |
Classes in org.jpox.sco that implement FieldManager | |
class |
UnsetOwners
Utility class to handle the unsetting of owner fields. |
Uses of FieldManager in org.jpox.state |
Classes in org.jpox.state that implement FieldManager | |
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. |
Methods in org.jpox.state with parameters of type FieldManager | |
void |
StateManagerImpl.provideFields(int[] fieldNumbers,
FieldManager fm)
Called from the StoreManager after StoreManager.update() is called to obtain updated values from the PersistenceCapable associated with this StateManager. |
void |
StateManagerImpl.replaceFields(int[] fieldNumbers,
FieldManager fm)
Called from the StoreManager to refresh data in the PersistenceCapable object associated with this StateManager. |
void |
StateManagerImpl.replaceNonLoadedFields(int[] fieldNumbers,
FieldManager fm)
Called from the StoreManager to refresh data in the PersistenceCapable object associated with this StateManager. |
Uses of FieldManager in org.jpox.store.fieldmanager |
Classes in org.jpox.store.fieldmanager that implement FieldManager | |
class |
AbstractFieldManager
Abstract representation of a field manager. |
class |
SingleTypeFieldManager
A simple field manager that stores/fetches a single field value per type in memory. |
class |
SingleValueFieldManager
Field manager for single field. |
Uses of FieldManager in org.jpox.store.rdbms.fieldmanager |
Classes in org.jpox.store.rdbms.fieldmanager that implement FieldManager | |
class |
ParameterSetter
Parameter setter implementation of a field manager. |
class |
ResultSetGetter
ResultSet getter implementation of a field manager. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |