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 class in the JDBC core package. It simplifies the use of JDBC and helps to avoid common errors.