Use a dependency injected JPAApi instance here, since 2.7.0
@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
@Deprecated
public @interface Transactional
Wraps the annotated action in an JPA transaction.
This is a deprecated class. An injected JPAApi instance should be used instead.
Please see Using play.db.jpa.JPAApi for more details.