Uses of Interface
org.spincast.plugins.jdbc.JdbcQueries
-
Uses of JdbcQueries in org.spincast.plugins.jdbc
Modifier and TypeMethodDescription<T> T
JdbcScope.autoCommit
(DataSource dataSource, JdbcQueries<T> queries) Executes thequeries
with a Connection guaranteed to not be closed during the process.<T> T
JdbcScope.specificConnection
(Connection connection, DataSource dataSource, JdbcQueries<T> queries) Starts a scope where only the specified connection.<T> T
JdbcScope.transactional
(DataSource dataSource, JdbcQueries<T> queries) Executes thequeries
in a transaction by setting theConnection#setAutoCommit()
property tofalse
.