public interface TransactionAware
| Modifier and Type | Method and Description |
|---|---|
void |
transactionCommit() |
void |
transactionEnd() |
void |
transactionRollback() |
void |
transactionStart() |
void transactionStart()
throws SQLException
SQLExceptionvoid transactionCommit()
throws SQLException
SQLExceptionvoid transactionRollback()
throws SQLException
SQLExceptionvoid transactionEnd()
throws SQLException
SQLExceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.