Uses of Class
org.spincast.plugins.jdbc.JdbcScope
Packages that use JdbcScope
-
Uses of JdbcScope in org.spincast.plugins.jdbc
Methods in org.spincast.plugins.jdbc that return JdbcScopeModifier and TypeMethodDescriptionprotected JdbcScope
DataSourceInterceptor.getJdbcScope()
JdbcUtils.scopes()
JdbcUtilsDefault.scopes()
Constructors in org.spincast.plugins.jdbc with parameters of type JdbcScopeModifierConstructorDescriptionJdbcUtilsDefault
(JdbcScope jdbcScope, JdbcStatementFactory jdbcStatementFactory) SpincastConnectionDefault
(Connection wrappedConnection, JdbcScope jdbcScope) Constructor parameters in org.spincast.plugins.jdbc with type arguments of type JdbcScopeModifierConstructorDescriptionDataSourceInterceptor
(com.google.inject.Provider<JdbcScope> jdbcScopeProvider)