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