net.liftmodules

transaction

package transaction

Visibility
  1. Public
  2. All

Type Members

  1. trait EntityManagerService extends AnyRef

    JPA Entity Manager service.

  2. class EntityManagerSynchronization extends Synchronization with Loggable

    EntityManager JTA synchronization class.

  3. class TransactionContext extends ScalaEntityManager with ScalaEMFactory

    Transaction context, holds the EntityManager and the TransactionManager.

  4. trait TransactionMonad extends AnyRef

    Base monad for the transaction monad implementations.

  5. trait TransactionProtocol extends AnyRef

    Trait that implements a JTA transaction service that obeys the transaction semantics defined in the transaction attribute types for the transacted methods according to the EJB 3 draft specification.

  6. trait TransactionService extends AnyRef

    JTA Transaction service.

Value Members

  1. object TransactionContext extends TransactionProtocol with Loggable

    Manages a thread-local stack of TransactionContexts.

  2. package atomikos

  3. package hibernate