| Package | Description |
|---|---|
| org.spincast.plugins.jdbc |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
JdbcScope.autoCommit(DataSource dataSource,
JdbcQueries<T> queries)
Executes the
queries with a Connection
guaranteed to not be closed during the process. |
<T> T |
JdbcScope.transactional(DataSource dataSource,
JdbcQueries<T> queries)
Executes the
queries in a transaction
by setting the Connection#setAutoCommit() property
to false. |
Copyright © 2018. All rights reserved.