Uses of Class
org.wso2.carbon.database.utils.jdbc.exceptions.TransactionException
Packages that use TransactionException
-
Uses of TransactionException in org.wso2.carbon.database.utils.jdbc
Methods in org.wso2.carbon.database.utils.jdbc that throw TransactionExceptionModifier and TypeMethodDescription<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.