org.apache.openjpa.enhance
Interface FieldManager

All Superinterfaces:
FieldConsumer, FieldSupplier
All Known Subinterfaces:
OpenJPAStateManager
All Known Implementing Classes:
DetachedStateManager, DetachedValueStateManager, ObjectIdStateManager, StateManagerImpl

public interface FieldManager
extends FieldConsumer, FieldSupplier

Manages persistent fields.


Method Summary
 
Methods inherited from interface org.apache.openjpa.enhance.FieldConsumer
storeBooleanField, storeByteField, storeCharField, storeDoubleField, storeFloatField, storeIntField, storeLongField, storeObjectField, storeShortField, storeStringField
 
Methods inherited from interface org.apache.openjpa.enhance.FieldSupplier
fetchBooleanField, fetchByteField, fetchCharField, fetchDoubleField, fetchFloatField, fetchIntField, fetchLongField, fetchObjectField, fetchShortField, fetchStringField
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.