Uses of Package
org.springframework.jdbc.support

Packages that use org.springframework.jdbc.support
org.springframework.jdbc.core Provides the core JDBC framework, based on JdbcTemplate and its associated callback interfaces and helper objects.  
org.springframework.jdbc.core.support Classes supporting the org.springframework.jdbc.core package.  
org.springframework.jdbc.support Support classes for the JDBC framework, used by the classes in the jdbc.core and jdbc.object packages.  
org.springframework.orm.hibernate Package providing integration of Hibernate with Spring concepts.  
org.springframework.orm.ibatis Package providing integration of iBATIS Database Layer with Spring concepts.  
 

Classes in org.springframework.jdbc.support used by org.springframework.jdbc.core
JdbcAccessor
          Base class for JdbcTemplate and other JDBC-accessing DAO helpers, defining common properties like exception translator.
 

Classes in org.springframework.jdbc.support used by org.springframework.jdbc.core.support
SQLExceptionTranslator
          Interface to be implemented by classes that can translate between SQLExceptions and our data access strategy-agnostic org.springframework.dao.DataAccessException.
 

Classes in org.springframework.jdbc.support used by org.springframework.jdbc.support
DatabaseMetaDataCallback
          A callback interface used by the JdbcUtils class.
MetaDataAccessException
          Exception indicating that something went wrong during metadata lookup.
SQLErrorCodes
          JavaBean for holding JDBC Error Codes for a particular database.
SQLErrorCodesFactory
          Factory for creating SQLErrorCodes based on the "databaseProductName" taken from the DatabaseMetaData.
SQLExceptionTranslator
          Interface to be implemented by classes that can translate between SQLExceptions and our data access strategy-agnostic org.springframework.dao.DataAccessException.
 

Classes in org.springframework.jdbc.support used by org.springframework.orm.hibernate
SQLExceptionTranslator
          Interface to be implemented by classes that can translate between SQLExceptions and our data access strategy-agnostic org.springframework.dao.DataAccessException.
 

Classes in org.springframework.jdbc.support used by org.springframework.orm.ibatis
JdbcAccessor
          Base class for JdbcTemplate and other JDBC-accessing DAO helpers, defining common properties like exception translator.
 



Copyright (C) 2003-2004 The Spring Framework Project.