Home
last modified time | relevance | path

Searched refs:runOperationInTxnThrowingUnchecked (Results 1 – 4 of 4) sorted by relevance

/external/guice/extensions/persist/test/com/google/inject/persist/jpa/
DJoiningLocalTransactionsTest.java106 .runOperationInTxnThrowingUnchecked(); in testSimpleTransactionRollbackOnUnchecked()
159 public void runOperationInTxnThrowingUnchecked() { in runOperationInTxnThrowingUnchecked() method in JoiningLocalTransactionsTest.TransactionalObject
DManagedLocalTransactionsTest.java120 injector.getInstance(TransactionalObject.class).runOperationInTxnThrowingUnchecked(); in testSimpleTransactionRollbackOnUnchecked()
170 public void runOperationInTxnThrowingUnchecked() { in runOperationInTxnThrowingUnchecked() method in ManagedLocalTransactionsTest.TransactionalObject
DClassLevelManagedLocalTransactionsTest.java129 injector.getInstance(TransactionalObject4.class).runOperationInTxnThrowingUnchecked(); in testSimpleTransactionRollbackOnUnchecked()
167 public void runOperationInTxnThrowingUnchecked() { in runOperationInTxnThrowingUnchecked() method in ClassLevelManagedLocalTransactionsTest.TransactionalObject4
DManagedLocalTransactionsAcrossRequestTest.java159 injector.getInstance(TransactionalObject.class).runOperationInTxnThrowingUnchecked(); in testSimpleTransactionRollbackOnUnchecked()
218 public void runOperationInTxnThrowingUnchecked() { in runOperationInTxnThrowingUnchecked() method in ManagedLocalTransactionsAcrossRequestTest.TransactionalObject