Uses of Interface
org.apache.openjpa.kernel.FindCallbacks
Package
Description
OpenJPA Runtime Kernel
OpenJPA JPA
Extended OpenJPA Interfaces for distributed databases.
-
Uses of FindCallbacks in org.apache.openjpa.kernel
Modifier and TypeClassDescriptionclass
ConcreteBroker
.class
Subtype ofBrokerImpl
that automatically closes itself during finalization.Modifier and TypeMethodDescriptionBrokerImpl.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.DelegatingBroker.find
(Object oid, boolean validate, FindCallbacks call) StoreContext.find
(Object oid, boolean validate, FindCallbacks call) Find the persistence object with the given oid.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[]
DelegatingBroker.findAll
(Collection oids, boolean validate, FindCallbacks call) Object[]
StoreContext.findAll
(Collection<Object> oids, boolean validate, FindCallbacks call) Return the objects with the given oids.BrokerImpl.findCached
(Object oid, FindCallbacks call) DelegatingBroker.findCached
(Object oid, FindCallbacks call) StoreContext.findCached
(Object oid, FindCallbacks call) Return the instance for the given oid/object , or null if not found in the L1 cache. -
Uses of FindCallbacks in org.apache.openjpa.persistence
Modifier and TypeClassDescriptionclass
Implementation ofEntityManager
interface. -
Uses of FindCallbacks in org.apache.openjpa.slice
Modifier and TypeClassDescriptionclass
A specialized Broker to associate slice identifiers with the StateManagers as they are persisted in a cascade.