public interface TransactionAware
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TransactionAware.SQLCallable<T> |
| Modifier and Type | Method and Description |
|---|---|
Object |
getConnection() |
void |
setFlushOnly() |
void |
transactionCheckCallback(TransactionAware.SQLCallable<Boolean> transactionCheck) |
void |
transactionCommit() |
void |
transactionEnd() |
void |
transactionRollback() |
void |
transactionStart() |
void transactionStart()
throws SQLException
SQLExceptionvoid transactionCommit()
throws SQLException
SQLExceptionvoid transactionRollback()
throws SQLException
SQLExceptionvoid transactionEnd()
throws SQLException
SQLExceptionvoid transactionCheckCallback(TransactionAware.SQLCallable<Boolean> transactionCheck)
Object getConnection()
void setFlushOnly()
Copyright © 2018 JBoss by Red Hat. All rights reserved.