Home
last modified time | relevance | path

Searched refs:UNIQUE_TEXT_2 (Results 1 – 3 of 3) sorted by relevance

/external/guice/extensions/persist/test/com/google/inject/persist/jpa/
DManualLocalTransactionsWithCustomMatcherTest.java46 private static final String UNIQUE_TEXT_2 = "some other unique text" + new Date(); field in ManualLocalTransactionsWithCustomMatcherTest
84 .setParameter("text", UNIQUE_TEXT_2).getSingleResult()); in testSimpleCrossTxnWork()
103 entity.setText(UNIQUE_TEXT_2); in runOperationInTxn2()
DManualLocalTransactionsTest.java43 private static final String UNIQUE_TEXT_2 = "some other unique text" + new Date(); field in ManualLocalTransactionsTest
79 .setParameter("text", UNIQUE_TEXT_2).getSingleResult()); in testSimpleCrossTxnWork()
100 entity.setText(UNIQUE_TEXT_2); in runOperationInTxn2()
DClassLevelManagedLocalTransactionsTest.java46 private static final String UNIQUE_TEXT_2 = "JPAsome asda unique teasdalsdplasdxt" + new Date(); field in ClassLevelManagedLocalTransactionsTest
119 .setParameter("text", UNIQUE_TEXT_2).getSingleResult(); in testSimpleTransactionRollbackOnCheckedExcepting()
184 entity.setText(UNIQUE_TEXT_2); in runOperationInTxnThrowingCheckedExcepting()