Uses of Class
org.springframework.jdbc.support.JdbcAccessor
Packages that use JdbcAccessor
Package
Description
Provides the core JDBC framework, based on JdbcTemplate
 and its associated callback interfaces and helper objects.
- 
Uses of JdbcAccessor in org.springframework.jdbc.coreSubclasses of JdbcAccessor in org.springframework.jdbc.coreModifier and TypeClassDescriptionclassThis is the central delegate in the JDBC core package. It can be used directly for many data access purposes, supporting any kind of JDBC operation.