|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.engine.transaction.spi.AbstractTransactionImpl org.hibernate.engine.transaction.internal.jdbc.JdbcTransaction
public class JdbcTransaction
Transaction
implementation based on transaction management through a JDBC Connection
.
Constructor Summary | |
---|---|
protected |
JdbcTransaction(TransactionCoordinator transactionCoordinator)
|
Method Summary | |
---|---|
protected void |
afterAfterCompletion()
|
protected void |
afterTransactionBegin()
|
protected void |
afterTransactionCompletion(int status)
|
protected void |
beforeTransactionCommit()
|
protected void |
beforeTransactionRollBack()
|
IsolationDelegate |
createIsolationDelegate()
Retrieve an isolation delegate appropriate for this transaction strategy. |
protected void |
doBegin()
Perform the actual steps of beginning a transaction according to the strategy. |
protected void |
doCommit()
Perform the actual steps of committing a transaction according to the strategy. |
protected void |
doRollback()
Perform the actual steps of rolling back a transaction according to the strategy. |
JoinStatus |
getJoinStatus()
Get the current state of this transaction's join status. |
boolean |
isActive()
Is this transaction still active? Answers on a best effort basis. |
boolean |
isInitiator()
Is this transaction the initiator of any underlying transaction? |
void |
join()
Perform a join to the underlying transaction |
void |
markRollbackOnly()
Make a best effort to mark the underlying transaction for rollback only. |
void |
resetJoinStatus()
Reset this transaction's join status. |
Methods inherited from class org.hibernate.engine.transaction.spi.AbstractTransactionImpl |
---|
allowFailedCommitToPhysicallyRollback, begin, commit, doExtendedActiveCheck, getLocalStatus, getTimeout, invalidate, isParticipating, jtaPlatform, markForJoin, registerSynchronization, rollback, setTimeout, transactionCoordinator, wasCommitted, wasRolledBack |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected JdbcTransaction(TransactionCoordinator transactionCoordinator)
Method Detail |
---|
protected void doBegin()
AbstractTransactionImpl
doBegin
in class AbstractTransactionImpl
protected void afterTransactionBegin()
afterTransactionBegin
in class AbstractTransactionImpl
protected void beforeTransactionCommit()
beforeTransactionCommit
in class AbstractTransactionImpl
protected void doCommit() throws TransactionException
AbstractTransactionImpl
doCommit
in class AbstractTransactionImpl
TransactionException
- Indicates a problem committing the transactionprotected void afterTransactionCompletion(int status)
afterTransactionCompletion
in class AbstractTransactionImpl
protected void afterAfterCompletion()
afterAfterCompletion
in class AbstractTransactionImpl
protected void beforeTransactionRollBack()
beforeTransactionRollBack
in class AbstractTransactionImpl
protected void doRollback() throws TransactionException
AbstractTransactionImpl
doRollback
in class AbstractTransactionImpl
TransactionException
- Indicates a problem rolling back the transactionpublic boolean isInitiator()
Transaction
true
if this transaction initiated the underlying transaction; false
otherwise.public IsolationDelegate createIsolationDelegate()
TransactionImplementor
public JoinStatus getJoinStatus()
TransactionImplementor
public void markRollbackOnly()
TransactionImplementor
public void join()
TransactionImplementor
join
in interface TransactionImplementor
join
in class AbstractTransactionImpl
public void resetJoinStatus()
TransactionImplementor
resetJoinStatus
in interface TransactionImplementor
resetJoinStatus
in class AbstractTransactionImpl
public boolean isActive() throws HibernateException
Transaction
Connection
, only when
it is initiated from here.
isActive
in interface Transaction
isActive
in class AbstractTransactionImpl
true
if the transaction is still active; false
otherwise.
HibernateException
- Indicates a problem checking the transaction status.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |