| 
 | ||||||||||
| 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 | BrokerImplConcrete Broker. | 
|  class | FinalizingBrokerImplSubtype of BrokerImplthat 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<Object> 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 instance for the given oid/object , or null if not found in the L1 cache. | 
|  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 | EntityManagerImplImplementation of EntityManagerinterface. | 
| Uses of FindCallbacks in org.apache.openjpa.slice | 
|---|
| Classes in org.apache.openjpa.slice that implement FindCallbacks | |
|---|---|
|  class | DistributedBrokerImplA specialized Broker to associate slice identifiers with the StateManagers as they are persisted in a cascade. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||