play.db.jpa
注释类型 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. If you try to use JPA functionality when using



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