Uses of Interface
javax.persistence.EntityTransaction

Packages that use EntityTransaction
javax.persistence The javax.persistence package contains the classes and interfaces that define the contracts between a persistence provider and the managed classes and the clients of the Java Persistence API. 
 

Uses of EntityTransaction in javax.persistence
 

Methods in javax.persistence that return EntityTransaction
 EntityTransaction EntityManager.getTransaction()
          Returns the resource-level transaction object.