Uses of Interface
org.apache.openjpa.enhance.FieldConsumer
Package
Description
OpenJPA Enhancer
OpenJPA Runtime Kernel
-
Uses of FieldConsumer in org.apache.openjpa.enhance
Modifier and TypeMethodDescriptionstatic void
PCRegistry.copyKeyFieldsFromObjectId
(Class<?> pcClass, FieldConsumer fm, Object oid) Copy fields to an outside source from the key fields in the identity object.void
PersistenceCapable.pcCopyKeyFieldsFromObjectId
(FieldConsumer consumer, Object obj) void
ReflectingPersistenceCapable.pcCopyKeyFieldsFromObjectId
(FieldConsumer consumer, Object obj) -
Uses of FieldConsumer in org.apache.openjpa.kernel
Modifier and TypeInterfaceDescriptioninterface
Interface implemented by OpenJPA state managers.Modifier and TypeClassDescriptionclass
Internal state manager for detached instances.class
Implementation ofOpenJPAStateManager
designed to retrieve values from a detached instance, including when managed by aDetachedStateManager
.class
State manager used to access state of embedded object id primary key fields.class
FieldManager type used to store information for rollback.class
Implementation of theOpenJPAStateManager
interface for use with this runtime.