Package | Description |
---|---|
org.apache.openjpa.persistence |
OpenJPA JPA
This package provides an JPA facade to OpenJPA.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtentImpl<T>
An extent is a logical view of all instances of a class.
|
Modifier and Type | Method and Description |
---|---|
<T> Extent<T> |
OpenJPAEntityManager.createExtent(Class<T> cls,
boolean subs)
Return an extent of the given class, optionally including subclasses.
|
<T> Extent<T> |
EntityManagerImpl.createExtent(Class<T> cls,
boolean subclasses) |
Modifier and Type | Method and Description |
---|---|
void |
OpenJPAEntityManager.evictAll(Extent extent)
Evict all persistent-clean and persistent-nontransactional
instances in the given
Extent . |
void |
EntityManagerImpl.evictAll(Extent extent) |
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.