| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.hibernate.transaction.JDBCTransactionTransaction implementation based on transaction management through
a JDBC java.sql.Connection.
This the Hibernate's default transaction strategy.
Constructor Summary | |
| |
Method Summary | |
void |
|
void |
|
boolean |
|
void |
|
void |
|
void |
|
boolean | |
boolean | |
public JDBCTransaction(JDBCContext jdbcContext, TransactionFactory.Context transactionContext)
public void registerSynchronization(Synchronization sync)
throws HibernateException
- Specified by:
- registerSynchronization in interface Transaction
public void rollback()
throws HibernateException
- Specified by:
- rollback in interface Transaction