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 
org.apache.openjpa.slice Extended OpenJPA Interfaces for distributed databases. 
 

Uses of FindCallbacks in org.apache.openjpa.kernel
 

Classes in org.apache.openjpa.kernel that implement FindCallbacks
 class BrokerImpl
          Concrete Broker.
 class FinalizingBrokerImpl
          Subtype of BrokerImpl that automatically closes itself during finalization.
 

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

Uses of FindCallbacks in org.apache.openjpa.persistence
 

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

Uses of FindCallbacks in org.apache.openjpa.slice
 

Classes in org.apache.openjpa.slice that implement FindCallbacks
 class DistributedBrokerImpl
          A specialized Broker to associate slice identifiers with the StateManagers as they are persisted in a cascade.
 



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