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.object The classes in this package represent RDBMS queries, updates, and stored procedures as threadsafe, reusable objects. 
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 2.1 with Spring concepts. 
org.springframework.orm.ibatis Package providing integration of iBATIS Database Layer with Spring concepts. 
org.springframework.orm.jdo Package providing integration of JDO (Java Date Objects) with Spring concepts. 
org.springframework.orm.ojb Package providing integration of Apache OJB with Spring concepts. 
org.springframework.orm.toplink Package providing integration of Oracle TopLink 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 DataSource and exception translator.
KeyHolder
          Interface for retrieving keys, typically used for auto-generated keys as potentially returned by JDBC insert statements.
 

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.object
KeyHolder
          Interface for retrieving keys, typically used for auto-generated keys as potentially returned by JDBC insert statements.
 

Classes in org.springframework.jdbc.support used by org.springframework.jdbc.support
CustomSQLErrorCodesTranslation
          JavaBean for holding Custom JDBC Error Codes translation for a particular database.
DatabaseMetaDataCallback
          A callback interface used by the JdbcUtils class.
KeyHolder
          Interface for retrieving keys, typically used for auto-generated keys as potentially returned by JDBC insert statements.
MetaDataAccessException
          Exception indicating that something went wrong during JDBC 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 DataSource and exception translator.
 

Classes in org.springframework.jdbc.support used by org.springframework.orm.jdo
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.ojb
JdbcAccessor
          Base class for JdbcTemplate and other JDBC-accessing DAO helpers, defining common properties like DataSource and exception translator.
 

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



Copyright (c) 2002-2007 The Spring Framework Project.