Uses of Interface
org.apache.openjpa.enhance.FieldConsumer
- 
Packages that use FieldConsumer Package Description org.apache.openjpa.enhance OpenJPA Enhancerorg.apache.openjpa.kernel OpenJPA Runtime Kernel - 
- 
Uses of FieldConsumer in org.apache.openjpa.enhance
Subinterfaces of FieldConsumer in org.apache.openjpa.enhance Modifier and Type Interface Description interfaceFieldManagerManages persistent fields.Methods in org.apache.openjpa.enhance with parameters of type FieldConsumer Modifier and Type Method Description static voidPCRegistry. copyKeyFieldsFromObjectId(java.lang.Class<?> pcClass, FieldConsumer fm, java.lang.Object oid)Copy fields to an outside source from the key fields in the identity object.voidPersistenceCapable. pcCopyKeyFieldsFromObjectId(FieldConsumer consumer, java.lang.Object obj)voidReflectingPersistenceCapable. pcCopyKeyFieldsFromObjectId(FieldConsumer consumer, java.lang.Object obj) - 
Uses of FieldConsumer in org.apache.openjpa.kernel
Subinterfaces of FieldConsumer in org.apache.openjpa.kernel Modifier and Type Interface Description interfaceOpenJPAStateManagerInterface implemented by OpenJPA state managers.Classes in org.apache.openjpa.kernel that implement FieldConsumer Modifier and Type Class Description classDetachedStateManagerInternal state manager for detached instances.classDetachedValueStateManagerImplementation ofOpenJPAStateManagerdesigned to retrieve values from a detached instance, including when managed by aDetachedStateManager.classObjectIdStateManagerState manager used to access state of embedded object id primary key fields.classSaveFieldManagerFieldManager type used to store information for rollback.classStateManagerImplImplementation of theOpenJPAStateManagerinterface for use with this runtime. 
 -