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