play.db.jpa
Annotation Type NoTransaction


@Retention(value=RUNTIME)
@Inherited
@Target(value={METHOD,TYPE})
public @interface NoTransaction

Annotation to be used on methods telling JPA that it should not create a Transaction at all



Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly