Uses of Interface
org.wso2.carbon.database.utils.jdbc.ExecuteCallable
Packages that use ExecuteCallable
-
Uses of ExecuteCallable in org.wso2.carbon.database.utils.jdbc
Methods in org.wso2.carbon.database.utils.jdbc with parameters of type ExecuteCallableModifier and TypeMethodDescription<T,E extends Exception>
TJdbcTemplate.withTransaction(ExecuteCallable<T> callable) Provides the transaction support for the JDBC executions of the template.