Home
last modified time | relevance | path

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

/external/guice/extensions/persist/test/com/google/inject/persist/jpa/
DJoiningLocalTransactionsTest.java43 private static final String TRANSIENT_UNIQUE_TEXT = JoiningLocalTransactionsTest.class field in JoiningLocalTransactionsTest
97 .setParameter("text", TRANSIENT_UNIQUE_TEXT).getSingleResult(); in testSimpleTransactionRollbackOnChecked()
118 .setParameter("text", TRANSIENT_UNIQUE_TEXT).getSingleResult(); in testSimpleTransactionRollbackOnUnchecked()
152 entity.setText(TRANSIENT_UNIQUE_TEXT); in runOperationInTxnThrowingCheckedInternal()
166 entity.setText(TRANSIENT_UNIQUE_TEXT); in runOperationInTxnThrowingUncheckedInternal()
DManagedLocalTransactionsTest.java43 private static final String TRANSIENT_UNIQUE_TEXT = "some other unique text" + new Date(); field in ManagedLocalTransactionsTest
112 .setParameter("text", TRANSIENT_UNIQUE_TEXT).getSingleResult(); in testSimpleTransactionRollbackOnChecked()
132 .setParameter("text", TRANSIENT_UNIQUE_TEXT).getSingleResult(); in testSimpleTransactionRollbackOnUnchecked()
163 entity.setText(TRANSIENT_UNIQUE_TEXT); in runOperationInTxnThrowingChecked()
172 entity.setText(TRANSIENT_UNIQUE_TEXT); in runOperationInTxnThrowingUnchecked()
DClassLevelManagedLocalTransactionsTest.java47 private static final String TRANSIENT_UNIQUE_TEXT = "JPAsome other unique texaksoksojadasdt" field in ClassLevelManagedLocalTransactionsTest
96 .setParameter("text", TRANSIENT_UNIQUE_TEXT).getResultList(); in testSimpleTransactionRollbackOnChecked()
141 .setParameter("text", TRANSIENT_UNIQUE_TEXT).getResultList(); in testSimpleTransactionRollbackOnUnchecked()
170 entity.setText(TRANSIENT_UNIQUE_TEXT); in runOperationInTxnThrowingUnchecked()
198 entity.setText(TRANSIENT_UNIQUE_TEXT); in runOperationInTxnThrowingChecked()
DManagedLocalTransactionsAcrossRequestTest.java47 private static final String TRANSIENT_UNIQUE_TEXT = "some other unique text" + new Date(); field in ManagedLocalTransactionsAcrossRequestTest
149 .setParameter("text", TRANSIENT_UNIQUE_TEXT).getSingleResult(); in testSimpleTransactionRollbackOnChecked()
171 .setParameter("text", TRANSIENT_UNIQUE_TEXT).getSingleResult(); in testSimpleTransactionRollbackOnUnchecked()
211 entity.setText(TRANSIENT_UNIQUE_TEXT); in runOperationInTxnThrowingChecked()
220 entity.setText(TRANSIENT_UNIQUE_TEXT); in runOperationInTxnThrowingUnchecked()