The Spring Framework

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.namedparam JdbcTemplate variant with named parameter support. 
org.springframework.jdbc.core.simple Simplification layer over JdbcTemplate for Java 5 and above. 
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.hibernate3 Package providing integration of Hibernate3 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.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 such as 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.namedparam
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.simple
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
          Strategy interface for translating between SQLExceptions and Spring's data access strategy-agnostic DataAccessException hierarchy.
 

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
          Strategy interface for translating between SQLExceptions and Spring's data access strategy-agnostic DataAccessException hierarchy.
 

Classes in org.springframework.jdbc.support used by org.springframework.orm.hibernate3
SQLExceptionTranslator
          Strategy interface for translating between SQLExceptions and Spring's data access strategy-agnostic DataAccessException hierarchy.
 

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 such as DataSource and exception translator.
 

Classes in org.springframework.jdbc.support used by org.springframework.orm.jdo
SQLExceptionTranslator
          Strategy interface for translating between SQLExceptions and Spring's data access strategy-agnostic DataAccessException hierarchy.
 

Classes in org.springframework.jdbc.support used by org.springframework.orm.toplink
SQLExceptionTranslator
          Strategy interface for translating between SQLExceptions and Spring's data access strategy-agnostic DataAccessException hierarchy.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.