| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RuntimeExceptionTranslator | |
|---|---|
| org.apache.openjpa.datacache | OpenJPA Data Cache | 
| org.apache.openjpa.jdbc.kernel | OpenJPA-JDBC Runtime Kernel | 
| org.apache.openjpa.kernel | OpenJPA Runtime Kernel | 
| org.apache.openjpa.persistence | OpenJPA JPA | 
| Uses of RuntimeExceptionTranslator in org.apache.openjpa.datacache | 
|---|
| Constructors in org.apache.openjpa.datacache with parameters of type RuntimeExceptionTranslator | |
|---|---|
| DelegatingDataCache(DataCache cache,
                    RuntimeExceptionTranslator trans) | |
| DelegatingQueryCache(QueryCache cache,
                     RuntimeExceptionTranslator trans) | |
| Uses of RuntimeExceptionTranslator in org.apache.openjpa.jdbc.kernel | 
|---|
| Constructors in org.apache.openjpa.jdbc.kernel with parameters of type RuntimeExceptionTranslator | |
|---|---|
| DelegatingJDBCFetchConfiguration(JDBCFetchConfiguration delegate,
                                 RuntimeExceptionTranslator trans)Constructor; supply delegate and exception translator. | |
| Uses of RuntimeExceptionTranslator in org.apache.openjpa.kernel | 
|---|
| Methods in org.apache.openjpa.kernel with parameters of type RuntimeExceptionTranslator | |
|---|---|
|  void | BrokerImpl.setImplicitBehavior(OpCallbacks call,
                    RuntimeExceptionTranslator ex) | 
|  void | DelegatingBroker.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. | 
| Constructors in org.apache.openjpa.kernel with parameters of type RuntimeExceptionTranslator | |
|---|---|
| DelegatingBroker(Broker broker,
                 RuntimeExceptionTranslator trans)Constructor; supply delegate and exception translator. | |
| DelegatingBrokerFactory(BrokerFactory factory,
                        RuntimeExceptionTranslator trans)Constructor; supply delegate and exception translator. | |
| DelegatingExtent(Extent 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 list,
                     RuntimeExceptionTranslator trans)Constructor; supply delegate and exception translator. | |
| DelegatingSeq(Seq seq,
              RuntimeExceptionTranslator trans)Constructor; supply delegate and exception translator. | |
| Uses of RuntimeExceptionTranslator in org.apache.openjpa.persistence | 
|---|
| Fields in org.apache.openjpa.persistence declared as RuntimeExceptionTranslator | |
|---|---|
| static RuntimeExceptionTranslator | PersistenceExceptions.TRANSLATOR | 
| Methods in org.apache.openjpa.persistence that return RuntimeExceptionTranslator | |
|---|---|
| static RuntimeExceptionTranslator | PersistenceExceptions.getRollbackTranslator(OpenJPAEntityManager em)Returns a RuntimeExceptionTranslatorthat will perform
 the correct exception translation as well as roll back the
 current transaction when for all butNoResultExceptionandNonUniqueResultExceptionin accordance with
 section 3.7 of the EJB 3.0 specification. | 
| Constructors in org.apache.openjpa.persistence with parameters of type RuntimeExceptionTranslator | |
|---|---|
| QueryImpl(EntityManagerImpl em,
          RuntimeExceptionTranslator ret,
          Query query)Constructor; supply factory exception translator and delegate. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||