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