Uses of Interface
org.apache.openjpa.enhance.FieldConsumer
Packages that use FieldConsumer
Package
Description
OpenJPA Enhancer
OpenJPA Runtime Kernel
-
Uses of FieldConsumer in org.apache.openjpa.enhance
Subinterfaces of FieldConsumer in org.apache.openjpa.enhanceMethods in org.apache.openjpa.enhance with parameters of type FieldConsumerModifier and TypeMethodDescriptionstatic voidPCRegistry.copyKeyFieldsFromObjectId(Class<?> pcClass, FieldConsumer fm, Object oid) Copy fields to an outside source from the key fields in the identity object.voidPersistenceCapable.pcCopyKeyFieldsFromObjectId(FieldConsumer consumer, Object obj) voidReflectingPersistenceCapable.pcCopyKeyFieldsFromObjectId(FieldConsumer consumer, Object obj) -
Uses of FieldConsumer in org.apache.openjpa.kernel
Subinterfaces of FieldConsumer in org.apache.openjpa.kernelModifier and TypeInterfaceDescriptioninterfaceInterface implemented by OpenJPA state managers.Classes in org.apache.openjpa.kernel that implement FieldConsumerModifier and TypeClassDescriptionclassInternal state manager for detached instances.classImplementation ofOpenJPAStateManagerdesigned to retrieve values from a detached instance, including when managed by aDetachedStateManager.classState manager used to access state of embedded object id primary key fields.classFieldManager type used to store information for rollback.classImplementation of theOpenJPAStateManagerinterface for use with this runtime.