Package com.aquima.interactions.foundation.tx


package com.aquima.interactions.foundation.tx
The transaction package defines a few classes and interfaces for generic transaction handling.
  • Class
    Description
     
    This interface defines a single transaction.
    The implementor of this interface is capable of undoing an action.
    This exception class is used to indicate no active transaction is available.
    This class represents a single transaction.
    The transaction manager is responsible for managing the active transactions.