Class DBIsolatedAction

java.lang.Object
org.eclnt.ccee.db.DBAction
org.eclnt.ccee.db.DBIsolatedAction
All Implemented Interfaces:
ICCEEConstants

public abstract class DBIsolatedAction extends DBAction
Special variant of DBAction. While DBAction integrates its transaction management into the transaction management of the current thread, this DBIsolatedAction creates an independent isolated transaction, that is only used within the processing of the isolated action.

It is used for "one activity transactions" - the complete usage of the transaction is within the processing of this instance!
  • Constructor Details

    • DBIsolatedAction

      public DBIsolatedAction()
    • DBIsolatedAction

      public DBIsolatedAction(String contextName)