Uses of Interface
org.apache.openjpa.kernel.Extent

Packages that use Extent
org.apache.openjpa.kernel OpenJPA Runtime Kernel 
org.apache.openjpa.persistence OpenJPA JPA 
 

Uses of Extent in org.apache.openjpa.kernel
 

Classes in org.apache.openjpa.kernel that implement Extent
 class DelegatingExtent
          Delegating extent that also can perform exception translation for use in facades.
 class ExtentImpl
          Representation of all members of a persistent class.
 

Methods in org.apache.openjpa.kernel that return Extent
 Extent QueryImpl.getCandidateExtent()
           
 Extent Query.getCandidateExtent()
          Return the candidate extent, or null if a collection was specified instead of an extent.
 Extent DelegatingQuery.getCandidateExtent()
           
 Extent DelegatingExtent.getDelegate()
          Return the direct delegate.
 Extent DelegatingExtent.getInnermostDelegate()
          Return the native delegate.
 Extent DelegatingBroker.newExtent(Class cls, boolean subs)
           
 Extent BrokerImpl.newExtent(Class type, boolean subclasses)
           
 Extent Broker.newExtent(Class cls, boolean subs)
          Return an extent of the given class, optionally including subclasses.
 

Methods in org.apache.openjpa.kernel with parameters of type Extent
 void DelegatingBroker.evictAll(Extent extent, OpCallbacks call)
           
 void BrokerImpl.evictAll(Extent extent, OpCallbacks call)
           
 void Broker.evictAll(Extent extent, OpCallbacks call)
          Evict all persistent-clean and persistent-nontransactional instances in the given Extent.
 void QueryImpl.setCandidateExtent(Extent candidateExtent)
           
 void Query.setCandidateExtent(Extent extent)
          Set the candidate extent.
 void DelegatingQuery.setCandidateExtent(Extent extent)
           
 

Constructors in org.apache.openjpa.kernel with parameters of type Extent
DelegatingExtent(Extent extent)
          Constructor; supply delegate.
DelegatingExtent(Extent 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
 Extent ExtentImpl.getDelegate()
           
 Extent Extent.getDelegate()
          Delegate.
 

Constructors in org.apache.openjpa.persistence with parameters of type Extent
ExtentImpl(EntityManagerImpl em, Extent extent)
          Constructor; supply delegate.
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.