Uses of Interface
org.apache.openjpa.kernel.FindCallbacks
-
Packages that use FindCallbacks Package Description org.apache.openjpa.kernel OpenJPA Runtime Kernel -
-
Uses of FindCallbacks in org.apache.openjpa.kernel
Classes in org.apache.openjpa.kernel that implement FindCallbacks Modifier and Type Class Description classBrokerImplConcreteBroker.classFinalizingBrokerImplSubtype ofBrokerImplthat automatically closes itself during finalization.Methods in org.apache.openjpa.kernel with parameters of type FindCallbacks Modifier and Type Method Description ObjectBrokerImpl. find(Object oid, boolean validate, FindCallbacks call)protected ObjectBrokerImpl. find(Object oid, FetchConfiguration fetch, BitSet exclude, Object edata, int flags, FindCallbacks call)Internal finder.ObjectDelegatingBroker. find(Object oid, boolean validate, FindCallbacks call)ObjectStoreContext. 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.ObjectBrokerImpl. findCached(Object oid, FindCallbacks call)ObjectDelegatingBroker. findCached(Object oid, FindCallbacks call)ObjectStoreContext. findCached(Object oid, FindCallbacks call)Return the instance for the given oid/object , or null if not found in the L1 cache.
-