Package | Description |
---|---|
org.apache.openjpa.kernel |
OpenJPA Runtime Kernel
This package provides a common OpenJPA runtime environment that can be
adapted for use with various data store mechanisms.
|
org.apache.openjpa.persistence |
OpenJPA JPA
This package provides an JPA facade to OpenJPA.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingExtent<T>
Delegating extent that also can perform exception translation for use
in facades.
|
class |
ExtentImpl<T>
Representation of all members of a persistent class.
|
Modifier and Type | Method and Description |
---|---|
Extent |
DelegatingQuery.getCandidateExtent() |
Extent |
Query.getCandidateExtent()
Return the candidate extent, or
null if a
collection was specified instead of an extent. |
Extent |
QueryImpl.getCandidateExtent() |
Extent<T> |
DelegatingExtent.getDelegate()
Return the direct delegate.
|
Extent<T> |
DelegatingExtent.getInnermostDelegate()
Return the native delegate.
|
Extent |
BrokerImpl.newExtent(Class type,
boolean subclasses) |
Extent |
DelegatingBroker.newExtent(Class cls,
boolean subs) |
Extent |
Broker.newExtent(Class cls,
boolean subs)
Return an extent of the given class, optionally including subclasses.
|
Modifier and Type | Method and Description |
---|---|
void |
BrokerImpl.evictAll(Extent extent,
OpCallbacks call) |
void |
DelegatingBroker.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 |
DelegatingQuery.setCandidateExtent(Extent extent) |
void |
Query.setCandidateExtent(Extent extent)
Set the candidate extent.
|
void |
QueryImpl.setCandidateExtent(Extent candidateExtent) |
Constructor and Description |
---|
DelegatingExtent(Extent<T> extent)
Constructor; supply delegate.
|
DelegatingExtent(Extent<T> extent,
RuntimeExceptionTranslator trans)
Constructor; supply delegate and exception translator.
|
Modifier and Type | Method and Description |
---|---|
Extent |
Extent.getDelegate()
Deprecated.
cast to
ExtentImpl instead. This
method pierces the published-API boundary, as does the SPI cast. |
Extent<T> |
ExtentImpl.getDelegate()
Delegate.
|
Constructor and Description |
---|
ExtentImpl(EntityManagerImpl em,
Extent<T> extent)
Constructor; supply delegate.
|
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.