Uses of Package
org.springframework.jdbc.support
Packages that use org.springframework.jdbc.support
Package
Description
Provides the core JDBC framework, based on JdbcTemplate
 and its associated callback interfaces and helper objects.
JdbcTemplate variant with named parameter support.
Simplification layer for table inserts and stored procedure calls.
Classes supporting the 
org.springframework.jdbc.core package.The classes in this package represent RDBMS queries, updates,
 and stored procedures as threadsafe, reusable objects.
Support classes for the JDBC framework, used by the classes in the
 jdbc.core and jdbc.object packages.
Abstraction for handling fields of SQLXML data type.
Package providing integration of
 Hibernate 5.x
 with Spring concepts.
Support classes for adapting to specific JPA vendors.
- 
Classes in org.springframework.jdbc.support used by org.springframework.jdbc.coreClassDescriptionBase class forJdbcTemplateand other JDBC-accessing DAO helpers, defining common properties such as DataSource and exception translator.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.namedparamClassDescriptionInterface 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.simpleClassDescriptionInterface 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.supportClassDescriptionStrategy interface for translating betweenSQLExceptionsand Spring's data access strategy-agnosticDataAccessExceptionhierarchy.
- 
Classes in org.springframework.jdbc.support used by org.springframework.jdbc.objectClassDescriptionInterface 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.supportClassDescriptionBase class forSQLExceptionTranslatorimplementations that allow for fallback to some otherSQLExceptionTranslator.JavaBean for holding custom JDBC error codes translation for a particular database.Registry for customSQLExceptionTranslatorinstances associated with specific databases allowing for overriding translation based on values contained in the configuration file named "sql-error-codes.xml".A callback interface used by the JdbcUtils class.Interface for retrieving keys, typically used for auto-generated keys as potentially returned by JDBC insert statements.Exception indicating that something went wrong during JDBC meta-data lookup.JavaBean for holding JDBC error codes for a particular database.Factory for creatingSQLErrorCodesbased on the "databaseProductName" taken from theDatabaseMetaData.Strategy interface for translating betweenSQLExceptionsand Spring's data access strategy-agnosticDataAccessExceptionhierarchy.
- 
Classes in org.springframework.jdbc.support used by org.springframework.jdbc.support.xml
- 
Classes in org.springframework.jdbc.support used by org.springframework.orm.hibernate5ClassDescriptionStrategy interface for translating betweenSQLExceptionsand Spring's data access strategy-agnosticDataAccessExceptionhierarchy.
- 
Classes in org.springframework.jdbc.support used by org.springframework.orm.jpa.vendorClassDescriptionStrategy interface for translating betweenSQLExceptionsand Spring's data access strategy-agnosticDataAccessExceptionhierarchy.