Home
last modified time | relevance | path

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

/external/guice/extensions/persist/test/com/google/inject/persist/jpa/
DJpaWorkManagerTest.java108 JpaTestEntity testEntity = new JpaTestEntity(); in runOperationInTxn() local
110 testEntity.setText(UNIQUE_TEXT_3); in runOperationInTxn()
111 em.persist(testEntity); in runOperationInTxn()
117 JpaTestEntity testEntity = new JpaTestEntity(); in runOperationInTxnError() local
119 testEntity.setText(UNIQUE_TEXT_3 + "transient never in db!" + hashCode()); in runOperationInTxnError()
120 em.persist(testEntity); in runOperationInTxnError()