Home
last modified time | relevance | path

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

/external/guice/extensions/persist/test/com/google/inject/persist/jpa/
DJoiningLocalTransactionsTest.java83 .runOperationInTxnThrowingChecked(); in testSimpleTransactionRollbackOnChecked()
145 public void runOperationInTxnThrowingChecked() throws IOException { in runOperationInTxnThrowingChecked() method in JoiningLocalTransactionsTest.TransactionalObject
DManagedLocalTransactionsTest.java98 injector.getInstance(TransactionalObject.class).runOperationInTxnThrowingChecked(); in testSimpleTransactionRollbackOnChecked()
161 public void runOperationInTxnThrowingChecked() throws IOException { in runOperationInTxnThrowingChecked() method in ManagedLocalTransactionsTest.TransactionalObject
DClassLevelManagedLocalTransactionsTest.java84 injector.getInstance(TransactionalObject2.class).runOperationInTxnThrowingChecked(); in testSimpleTransactionRollbackOnChecked()
195 public void runOperationInTxnThrowingChecked() throws IOException { in runOperationInTxnThrowingChecked() method in ClassLevelManagedLocalTransactionsTest.TransactionalObject2
DManagedLocalTransactionsAcrossRequestTest.java135 injector.getInstance(TransactionalObject.class).runOperationInTxnThrowingChecked(); in testSimpleTransactionRollbackOnChecked()
209 public void runOperationInTxnThrowingChecked() throws IOException { in runOperationInTxnThrowingChecked() method in ManagedLocalTransactionsAcrossRequestTest.TransactionalObject