Uses of Interface
org.apache.openjpa.kernel.Extent
-
Packages that use Extent Package Description org.apache.openjpa.kernel OpenJPA Runtime Kernelorg.apache.openjpa.persistence OpenJPA JPA -
-
Uses of Extent in org.apache.openjpa.kernel
Classes in org.apache.openjpa.kernel that implement Extent Modifier and Type Class Description classDelegatingExtent<T>Delegating 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 Extent Modifier and Type Method Description ExtentDelegatingQuery. getCandidateExtent()ExtentQuery. getCandidateExtent()Return the candidate extent, ornullif a collection was specified instead of an extent.ExtentQueryImpl. getCandidateExtent()Extent<T>DelegatingExtent. getDelegate()Return the direct delegate.Extent<T>DelegatingExtent. getInnermostDelegate()Return the native delegate.ExtentBroker. newExtent(java.lang.Class cls, boolean subs)Return an extent of the given class, optionally including subclasses.ExtentBrokerImpl. newExtent(java.lang.Class type, boolean subclasses)ExtentDelegatingBroker. newExtent(java.lang.Class cls, boolean subs)Methods in org.apache.openjpa.kernel with parameters of type Extent Modifier and Type Method Description voidBroker. 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 Extent Constructor Description DelegatingExtent(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 Extent Modifier and Type Method Description ExtentExtent. getDelegate()Deprecated.cast toExtentImplinstead.Extent<T>ExtentImpl. getDelegate()Delegate.Constructors in org.apache.openjpa.persistence with parameters of type Extent Constructor Description ExtentImpl(EntityManagerImpl em, Extent<T> extent)Constructor; supply delegate.
-