Package play.db.jpa
Annotation Type NoTransaction
-
@Retention(RUNTIME) @Inherited @Target({METHOD,TYPE}) public @interface NoTransaction
Annotation to be used on methods telling JPA that it should not create a Transaction at all
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
value
Db name we do not want transaction.
-