| Package | Description |
|---|---|
| org.apache.openjpa.datacache |
OpenJPA Data Cache
|
| org.apache.openjpa.kernel |
OpenJPA Runtime Kernel
|
| Constructor and Description |
|---|
DelegatingDataCache(DataCache cache,
RuntimeExceptionTranslator trans) |
DelegatingQueryCache(QueryCache cache,
RuntimeExceptionTranslator trans) |
| Modifier and Type | Method and Description |
|---|---|
void |
BrokerImpl.setImplicitBehavior(OpCallbacks call,
RuntimeExceptionTranslator ex) |
void |
Broker.setImplicitBehavior(OpCallbacks call,
RuntimeExceptionTranslator ex)
Set the broker's behavior for implicit actions such as flushing,
automatic detachment, and exceptions thrown by managed instances outside
a broker operation.
|
void |
DelegatingBroker.setImplicitBehavior(OpCallbacks call,
RuntimeExceptionTranslator ex) |
| Constructor and Description |
|---|
DelegatingBroker(Broker broker,
RuntimeExceptionTranslator trans)
Constructor; supply delegate and exception translator.
|
DelegatingBrokerFactory(BrokerFactory factory,
RuntimeExceptionTranslator trans)
Constructor; supply delegate and exception translator.
|
DelegatingExtent(Extent<T> extent,
RuntimeExceptionTranslator trans)
Constructor; supply delegate and exception translator.
|
DelegatingFetchConfiguration(FetchConfiguration fetch,
RuntimeExceptionTranslator trans)
Constructor; supply delegate and exception translator.
|
DelegatingQuery(Query query,
RuntimeExceptionTranslator trans)
Constructor; supply delegate and exception translator.
|
DelegatingResultList(ResultList<T> list,
RuntimeExceptionTranslator trans)
Constructor; supply delegate and exception translator.
|
DelegatingSeq(Seq seq,
RuntimeExceptionTranslator trans)
Constructor; supply delegate and exception translator.
|
DistinctResultList(ResultList<E> list,
RuntimeExceptionTranslator trans) |
Copyright © 2006-2014 Apache Software Foundation. All Rights Reserved.