Uses of Interface
org.apache.openjpa.kernel.FindCallbacks

Packages that use FindCallbacks
org.apache.openjpa.kernel OpenJPA Runtime Kernel 
org.apache.openjpa.persistence OpenJPA JPA 
 

Uses of FindCallbacks in org.apache.openjpa.kernel
 

Classes in org.apache.openjpa.kernel that implement FindCallbacks
 class BrokerImpl
          Concrete Broker.
 

Methods in org.apache.openjpa.kernel with parameters of type FindCallbacks
 Object StoreContext.find(Object oid, boolean validate, FindCallbacks call)
          Find the persistence object with the given oid.
 Object DelegatingBroker.find(Object oid, boolean validate, FindCallbacks call)
           
 Object BrokerImpl.find(Object oid, boolean validate, FindCallbacks call)
           
protected  Object BrokerImpl.find(Object oid, FetchConfiguration fetch, BitSet exclude, Object edata, int flags, FindCallbacks call)
          Internal finder.
 Object[] StoreContext.findAll(Collection oids, boolean validate, FindCallbacks call)
          Return the objects with the given oids.
 Object[] DelegatingBroker.findAll(Collection oids, boolean validate, FindCallbacks call)
           
 Object[] BrokerImpl.findAll(Collection oids, boolean validate, FindCallbacks call)
           
protected  Object[] BrokerImpl.findAll(Collection oids, FetchConfiguration fetch, BitSet exclude, Object edata, int flags, FindCallbacks call)
          Internal finder.
 Object StoreContext.findCached(Object oid, FindCallbacks call)
          Return the cached instance for the given oid/object, or null if not cached.
 Object DelegatingBroker.findCached(Object oid, FindCallbacks call)
           
 Object BrokerImpl.findCached(Object oid, FindCallbacks call)
           
 

Uses of FindCallbacks in org.apache.openjpa.persistence
 

Classes in org.apache.openjpa.persistence that implement FindCallbacks
 class EntityManagerImpl
          Implementation of EntityManager interface.
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.