Uses of Interface
org.apache.openjpa.kernel.Extent
Packages that use Extent
Package
Description
OpenJPA Runtime Kernel
OpenJPA JPA
-
Uses of Extent in org.apache.openjpa.kernel
Classes in org.apache.openjpa.kernel that implement ExtentModifier 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.Methods in org.apache.openjpa.kernel that return ExtentModifier 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.Methods in org.apache.openjpa.kernel with parameters of type ExtentModifier 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) Constructors in org.apache.openjpa.kernel with parameters of type ExtentModifierConstructorDescriptionDelegatingExtent
(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
Methods in org.apache.openjpa.persistence that return ExtentModifier and TypeMethodDescriptionExtent.getDelegate()
Deprecated.ExtentImpl.getDelegate()
Delegate.Constructors in org.apache.openjpa.persistence with parameters of type ExtentModifierConstructorDescriptionExtentImpl
(EntityManagerImpl em, Extent<T> extent) Constructor; supply delegate.
ExtentImpl
instead.