Uses of Interface
org.apache.openjpa.enhance.FieldSupplier

Packages that use FieldSupplier
org.apache.openjpa.enhance OpenJPA Enhancer 
org.apache.openjpa.kernel OpenJPA Runtime Kernel 
 

Uses of FieldSupplier in org.apache.openjpa.enhance
 

Subinterfaces of FieldSupplier in org.apache.openjpa.enhance
 interface FieldManager
          Manages persistent fields.
 

Methods in org.apache.openjpa.enhance with parameters of type FieldSupplier
static void PCRegistry.copyKeyFieldsToObjectId(Class pcClass, FieldSupplier fm, Object oid)
          Copy fields from an outside source to the key fields in the identity object.
 void ReflectingPersistenceCapable.pcCopyKeyFieldsToObjectId(FieldSupplier supplier, Object obj)
           
 void PersistenceCapable.pcCopyKeyFieldsToObjectId(FieldSupplier supplier, Object obj)
           
 

Uses of FieldSupplier in org.apache.openjpa.kernel
 

Subinterfaces of FieldSupplier in org.apache.openjpa.kernel
 interface OpenJPAStateManager
          Interface implemented by OpenJPA state managers.
 

Classes in org.apache.openjpa.kernel that implement FieldSupplier
 class DetachedStateManager
          Internal state manager for detached instances.
 class DetachedValueStateManager
          Implementation of OpenJPAStateManager designed to retrieve values from a detached instance, including when managed by a DetachedStateManager.
 class ObjectIdStateManager
          State manager used to access state of embedded object id primary key fields.
 class SaveFieldManager
          FieldManager type used to store information for rollback.
 class StateManagerImpl
          Implementation of the OpenJPAStateManager interface for use with this runtime.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.