Uses of Interface
org.wso2.carbon.database.utils.jdbc.ExecuteCallable
-
Packages that use ExecuteCallable Package Description org.wso2.carbon.database.utils.jdbc -
-
Uses of ExecuteCallable in org.wso2.carbon.database.utils.jdbc
Methods in org.wso2.carbon.database.utils.jdbc with parameters of type ExecuteCallable 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.
-