Uses of Interface
org.apache.openjpa.util.RuntimeExceptionTranslator
-
Packages that use RuntimeExceptionTranslator Package Description org.apache.openjpa.datacache OpenJPA Data Cacheorg.apache.openjpa.kernel OpenJPA Runtime Kernel -
-
Uses of RuntimeExceptionTranslator in org.apache.openjpa.datacache
Constructors in org.apache.openjpa.datacache with parameters of type RuntimeExceptionTranslator Constructor Description DelegatingDataCache(DataCache cache, RuntimeExceptionTranslator trans)DelegatingQueryCache(QueryCache cache, RuntimeExceptionTranslator trans) -
Uses of RuntimeExceptionTranslator in org.apache.openjpa.kernel
Methods in org.apache.openjpa.kernel with parameters of type RuntimeExceptionTranslator Modifier and Type Method Description voidBroker. 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.voidBrokerImpl. setImplicitBehavior(OpCallbacks call, RuntimeExceptionTranslator ex)voidDelegatingBroker. setImplicitBehavior(OpCallbacks call, RuntimeExceptionTranslator ex)Constructors in org.apache.openjpa.kernel with parameters of type RuntimeExceptionTranslator Constructor 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)
-