wt.pom
Class OracleTransactionManager
java.lang.Object
wt.pom.TransactionManager
wt.pom.OracleTransactionManager
- public class OracleTransactionManager
- extends TransactionManager
This class provides a standard implementation for TransactionManager
to manage nested transactions for a user thread.
- See Also:
WTConnection
,
Transaction
Methods inherited from class wt.pom.TransactionManager |
addEntryInCache, addEntryInCache, addPOMOperationListener, addTransactionListener, commitTransaction, containOidInCache, findAll, findFirst, fireTransactionListener, fireTransactionListener, getContext, getCurrentTransaction, getEntryFromCache, getGlobalTransactionMap, getLocalPOMOperationListeners, getrollbackInProgress, getTransactionId, getTransactionLevel, hasGlobalTransactionMap, isTransactionActive, removeEntriesFromCache, removeEntryFromCache, removeEntryFromCache, removePOMOperationListener, removeTransactionListener, rollbackTransaction, rollbackTransaction, setrollbackInProgress, setTransactionIsolation, setTransactionLevel, startTransaction |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASSNAME
private static final String CLASSNAME
DEBUG
public static final boolean DEBUG
LOG
private static final DebugWriter LOG
OracleTransactionManager
public OracleTransactionManager()
releaseSavepoint
protected void releaseSavepoint(Connection a_connection,
Savepoint a_savepoint)
throws SQLException
- Overrides:
releaseSavepoint
in class TransactionManager
- Throws:
SQLException