Uses of Interface
org.springframework.jdbc.core.ConnectionCallback
Package
Description
Provides the core JDBC framework, based on JdbcTemplate
and its associated callback interfaces and helper objects.
-
Uses of ConnectionCallback in org.springframework.jdbc.core
Modifier and TypeMethodDescription<T> T
JdbcOperations.execute
(ConnectionCallback<T> action) Execute a JDBC data access operation, implemented as callback action working on a JDBC Connection.<T> T
JdbcTemplate.execute
(ConnectionCallback<T> action)