Uses of Class
org.wso2.carbon.database.utils.jdbc.exceptions.TransactionException
-
Packages that use TransactionException Package Description org.wso2.carbon.database.utils.jdbc -
-
Uses of TransactionException in org.wso2.carbon.database.utils.jdbc
Methods in org.wso2.carbon.database.utils.jdbc that throw TransactionException Modifier and Type Method Description <T,E extends Exception>
TJdbcTemplate. withTransaction(ExecuteCallable<T> callable)Provides the transaction support for the JDBC executions of the template.<T,E extends Exception>
TNamedJdbcTemplate. withTransaction(NamedExecuteCallable<T> callable)Provides the transaction support for the JDBC executions of the template.
-