| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Extent | |
|---|---|
| org.apache.openjpa.persistence | OpenJPA JPA | 
| Uses of Extent in org.apache.openjpa.persistence | 
|---|
| Classes in org.apache.openjpa.persistence that implement Extent | |
|---|---|
|  class | ExtentImpl<T>An extent is a logical view of all instances of a class. | 
| Methods in org.apache.openjpa.persistence that return Extent | ||
|---|---|---|
| 
 | OpenJPAEntityManager.createExtent(Class<T> cls,
             boolean subs)Return an extent of the given class, optionally including subclasses. | |
| 
 | EntityManagerImpl.createExtent(Class<T> cls,
             boolean subclasses) | |
| Methods in org.apache.openjpa.persistence with parameters of type Extent | |
|---|---|
|  void | OpenJPAEntityManager.evictAll(Extent extent)Evict all persistent-clean and persistent-nontransactional instances in the given Extent. | 
|  void | EntityManagerImpl.evictAll(Extent extent) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||