| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | 
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. | 
| 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.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||