Uses of Interface
com.elasticpath.persistence.Transaction

Packages that use Transaction
com.elasticpath.persistence   
com.elasticpath.persistence.impl   
 

Uses of Transaction in com.elasticpath.persistence
 

Methods in com.elasticpath.persistence that return Transaction
 Transaction PersistenceSession.beginTransaction()
          Begins a transaction.
 

Uses of Transaction in com.elasticpath.persistence.impl
 

Classes in com.elasticpath.persistence.impl that implement Transaction
 class HibernateTransactionImpl
          The hibernate implementation of a transaction in ElasticPath.
 

Methods in com.elasticpath.persistence.impl that return Transaction
 Transaction HibernateSessionImpl.beginTransaction()
          Begins a transaction.