Uses of Interface
org.apache.openjpa.kernel.Extent
Package
Description
OpenJPA Runtime Kernel
OpenJPA JPA
-
Uses of Extent in org.apache.openjpa.kernel
Modifier and TypeClassDescriptionclass
Delegating extent that also can perform exception translation for use in facades.class
ExtentImpl<T>
Representation of all members of a persistent class.Modifier and TypeMethodDescriptionDelegatingQuery.getCandidateExtent()
Query.getCandidateExtent()
Return the candidate extent, ornull
if a collection was specified instead of an extent.QueryImpl.getCandidateExtent()
DelegatingExtent.getDelegate()
Return the direct delegate.DelegatingExtent.getInnermostDelegate()
Return the native delegate.Return an extent of the given class, optionally including subclasses.Modifier and TypeMethodDescriptionvoid
Broker.evictAll
(Extent extent, OpCallbacks call) Evict all persistent-clean and persistent-nontransactional instances in the givenExtent
.void
BrokerImpl.evictAll
(Extent extent, OpCallbacks call) void
DelegatingBroker.evictAll
(Extent extent, OpCallbacks call) void
DelegatingQuery.setCandidateExtent
(Extent extent) void
Query.setCandidateExtent
(Extent extent) Set the candidate extent.void
QueryImpl.setCandidateExtent
(Extent candidateExtent) ModifierConstructorDescriptionDelegatingExtent
(Extent<T> extent) Constructor; supply delegate.DelegatingExtent
(Extent<T> extent, RuntimeExceptionTranslator trans) Constructor; supply delegate and exception translator. -
Uses of Extent in org.apache.openjpa.persistence
Modifier and TypeMethodDescriptionExtent.getDelegate()
Deprecated.ExtentImpl.getDelegate()
Delegate.ModifierConstructorDescriptionExtentImpl
(EntityManagerImpl em, Extent<T> extent) Constructor; supply delegate.
ExtentImpl
instead.