Uses of Interface
org.spincast.plugins.jdbc.JdbcQueries
Packages that use JdbcQueries
-
Uses of JdbcQueries in org.spincast.plugins.jdbc
Methods in org.spincast.plugins.jdbc with parameters of type JdbcQueriesModifier and TypeMethodDescription<T> TJdbcScope.autoCommit(DataSource dataSource, JdbcQueries<T> queries) Executes thequerieswith a Connection guaranteed to not be closed during the process.<T> TJdbcScope.specificConnection(Connection connection, DataSource dataSource, JdbcQueries<T> queries) Starts a scope where only the specified connection.<T> TJdbcScope.transactional(DataSource dataSource, JdbcQueries<T> queries) Executes thequeriesin a transaction by setting theConnection#setAutoCommit()property tofalse.