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 TypeClassDescriptionclassDelegating extent that also can perform exception translation for use in facades.classExtentImpl<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, ornullif 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 TypeMethodDescriptionvoidBroker.evictAll(Extent extent, OpCallbacks call) Evict all persistent-clean and persistent-nontransactional instances in the givenExtent.voidBrokerImpl.evictAll(Extent extent, OpCallbacks call) voidDelegatingBroker.evictAll(Extent extent, OpCallbacks call) voidDelegatingQuery.setCandidateExtent(Extent extent) voidQuery.setCandidateExtent(Extent extent) Set the candidate extent.voidQueryImpl.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.
ExtentImplinstead.