Package org.eclnt.ccee.db
Class DBIsolatedAction
java.lang.Object
org.eclnt.ccee.db.DBAction
org.eclnt.ccee.db.DBIsolatedAction
- All Implemented Interfaces:
ICCEEConstants
Special variant of
It is used for "one activity transactions" - the complete usage of the transaction is within the processing of this instance!
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!
-
Field Summary
Fields inherited from interface org.eclnt.ccee.ICCEEConstants
AND, ASC, AVG, BETWEEN, BRC, BRO, COUNT, DEFAULT_CONTEXT, DESC, FUNCTIONRESULT, GREATER, GREATEREQUAL, IN, IS, ISNOT, LIKE, LL_DBG, LL_ERR, LL_INF, LL_WAR, LOWER, LOWEREQUAL, MAX, MIN, NULL, OR, ORDERBY, QPFUNCTION_LOWER, QPFUNCTION_UPPER, SUM
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclnt.ccee.db.DBAction
addCommitRunnable, createBatchStatement, createStatement, createStatement, noWarning, process, run, withSchema, withSchema
-
Constructor Details
-
DBIsolatedAction
public DBIsolatedAction() -
DBIsolatedAction
-