Uses of Interface
org.apache.openjpa.util.RuntimeExceptionTranslator
Package
Description
OpenJPA Data Cache
OpenJPA-JDBC Runtime Kernel
OpenJPA Runtime Kernel
OpenJPA JPA
-
Uses of RuntimeExceptionTranslator in org.apache.openjpa.datacache
ModifierConstructorDescriptionDelegatingDataCache
(DataCache cache, RuntimeExceptionTranslator trans) DelegatingQueryCache
(QueryCache cache, RuntimeExceptionTranslator trans) -
Uses of RuntimeExceptionTranslator in org.apache.openjpa.jdbc.kernel
ModifierConstructorDescriptionConstructor; supply delegate and exception translator. -
Uses of RuntimeExceptionTranslator in org.apache.openjpa.kernel
Modifier and TypeMethodDescriptionvoid
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
BrokerImpl.setImplicitBehavior
(OpCallbacks call, RuntimeExceptionTranslator ex) void
DelegatingBroker.setImplicitBehavior
(OpCallbacks call, RuntimeExceptionTranslator ex) ModifierConstructorDescriptionDelegatingBroker
(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.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) -
Uses of RuntimeExceptionTranslator in org.apache.openjpa.persistence
Modifier and TypeFieldDescriptionprotected RuntimeExceptionTranslator
EntityManagerImpl._ret
static final RuntimeExceptionTranslator
PersistenceExceptions.TRANSLATOR
Modifier and TypeMethodDescriptionstatic RuntimeExceptionTranslator
PersistenceExceptions.getRollbackTranslator
(OpenJPAEntityManager em) Returns aRuntimeExceptionTranslator
that will perform the correct exception translation as well as roll back the current transaction when for all butNoResultException
andNonUniqueResultException
in accordance with section 3.7 of the EJB 3.0 specification.ModifierConstructorDescriptionQueryImpl
(EntityManagerImpl em, RuntimeExceptionTranslator ret, Query query) Deprecated.QueryImpl
(EntityManagerImpl em, RuntimeExceptionTranslator ret, Query query, QueryMetaData qmd) Constructor; supply factory exception translator and delegate.