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