org.jpox.store.fieldmanager
Interface FieldManager

All Superinterfaces:
javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer, javax.jdo.spi.PersistenceCapable.ObjectIdFieldManager, javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
All Known Implementing Classes:
AbstractFieldManager, SingleTypeFieldManager, SingleValueFieldManager

public interface FieldManager
extends javax.jdo.spi.PersistenceCapable.ObjectIdFieldManager

Provide methods to fetch from and to the PersistenceCapable object instance to the StateManager / DataStore

Version:
$Revision: 1.2 $
See Also:
PersistenceCapable.ObjectIdFieldManager

Methods inherited from interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer
storeBooleanField, storeByteField, storeCharField, storeDoubleField, storeFloatField, storeIntField, storeLongField, storeObjectField, storeShortField, storeStringField
 
Methods inherited from interface javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier
fetchBooleanField, fetchByteField, fetchCharField, fetchDoubleField, fetchFloatField, fetchIntField, fetchLongField, fetchObjectField, fetchShortField, fetchStringField
 



Copyright © -2007 . All Rights Reserved.