Uses of Interface
org.simpleflatmapper.jdbc.SQLFunction
Packages that use SQLFunction
-
Uses of SQLFunction in org.simpleflatmapper.jdbc
Methods in org.simpleflatmapper.jdbc with parameters of type SQLFunctionModifier and TypeMethodDescription<R> RTransactionTemplate.doInTransaction(SQLFunction<? super Connection, ? extends R> sqlFunction) -
Uses of SQLFunction in org.simpleflatmapper.jdbc.impl
Methods in org.simpleflatmapper.jdbc.impl with parameters of type SQLFunctionModifier and TypeMethodDescription<R> RDataSourceTransactionTemplate.doInTransaction(SQLFunction<? super Connection, ? extends R> sqlFunction)