Uses of Class
org.springframework.jdbc.support.JdbcAccessor

Packages that use JdbcAccessor
org.springframework.jdbc.core 
org.springframework.orm.ibatis 

Uses of JdbcAccessor in org.springframework.jdbc.core
 

Subclasses of JdbcAccessor in org.springframework.jdbc.core
class JdbcTemplate
          This is the central class in the JDBC core package.
 

Uses of JdbcAccessor in org.springframework.orm.ibatis
 

Subclasses of JdbcAccessor in org.springframework.orm.ibatis
class SqlMapTemplate
          Helper class that simplifies data access via the MappedStatement API of the iBATIS Database Layer, and converts checked SQLExceptions into unchecked DataAccessExceptions, compatible to the org.springframework.dao exception hierarchy.