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 voidPCRegistry.copyKeyFieldsToObjectId(Class<?> pcClass, FieldSupplier fm, Object oid) Copy fields from an outside source to the key fields in the identity object.voidPersistenceCapable.pcCopyKeyFieldsToObjectId(FieldSupplier supplier, Object obj) voidReflectingPersistenceCapable.pcCopyKeyFieldsToObjectId(FieldSupplier supplier, Object obj) -
Uses of FieldSupplier in org.apache.openjpa.kernel
Subinterfaces of FieldSupplier in org.apache.openjpa.kernelModifier and TypeInterfaceDescriptioninterfaceInterface implemented by OpenJPA state managers.Classes in org.apache.openjpa.kernel that implement FieldSupplierModifier 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.