Uses of Class
org.apache.openjpa.persistence.Extent

Uses of Extent in org.apache.openjpa.persistence
 

Methods in org.apache.openjpa.persistence that return Extent
<T> Extent<T>
EntityManagerImpl.createExtent(java.lang.Class<T> cls, boolean subclasses)
           
<T> Extent<T>
OpenJPAEntityManager.createExtent(java.lang.Class<T> cls, boolean subs)
          Return an extent of the given class, optionally including subclasses.
 

Methods in org.apache.openjpa.persistence with parameters of type Extent
 void EntityManagerImpl.evictAll(Extent extent)
           
 void OpenJPAEntityManager.evictAll(Extent extent)
          Evict all persistent-clean and persistent-nontransactional instances in the given Extent.
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.