Uses of Interface
org.spincast.plugins.jdbc.ConnectionScope
-
Uses of ConnectionScope in org.spincast.plugins.jdbc
Modifier and TypeMethodDescription<T> T
JdbcScope.specificConnection
(Connection connection, DataSource dataSource, ConnectionScope<T> connectionScope) Starts a scope where only the specified connection will be used (as long asautoCommit()
,transactional()
,transactional()
,withSpecificConnection()
orwithSpecificConnection()
are used...