Uses of Interface
org.apache.openjpa.enhance.FieldSupplier
Packages that use FieldSupplier
Package
Description
OpenJPA Enhancer
OpenJPA Runtime Kernel
-
Uses of FieldSupplier in org.apache.openjpa.enhance
Subinterfaces of FieldSupplier in org.apache.openjpa.enhanceMethods in org.apache.openjpa.enhance with parameters of type FieldSupplierModifier and TypeMethodDescriptionstatic void
PCRegistry.copyKeyFieldsToObjectId
(Class<?> pcClass, FieldSupplier fm, Object oid) Copy fields from an outside source to the key fields in the identity object.void
PersistenceCapable.pcCopyKeyFieldsToObjectId
(FieldSupplier supplier, Object obj) void
ReflectingPersistenceCapable.pcCopyKeyFieldsToObjectId
(FieldSupplier supplier, Object obj) -
Uses of FieldSupplier in org.apache.openjpa.kernel
Subinterfaces of FieldSupplier in org.apache.openjpa.kernelModifier and TypeInterfaceDescriptioninterface
Interface implemented by OpenJPA state managers.Classes in org.apache.openjpa.kernel that implement FieldSupplierModifier 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.