Uses of Package
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 common JDBC interactions.
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.
-
ClassDescriptionBase class for
JdbcTemplate
and 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. -
ClassDescriptionInterface for retrieving keys, typically used for auto-generated keys as potentially returned by JDBC insert statements.
-
ClassDescriptionInterface for retrieving keys, typically used for auto-generated keys as potentially returned by JDBC insert statements.
-
ClassDescriptionStrategy interface for translating between
SQLExceptions
and Spring's data access strategy-agnosticDataAccessException
hierarchy. -
ClassDescriptionInterface for retrieving keys, typically used for auto-generated keys as potentially returned by JDBC insert statements.
-
ClassDescriptionBase class for
SQLExceptionTranslator
implementations that allow for a fallback to some otherSQLExceptionTranslator
, as well as for custom overrides.JavaBean for holding custom JDBC error codes translation for a particular database.Registry for customSQLExceptionTranslator
instances 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 creatingSQLErrorCodes
based on the "databaseProductName" taken from theDatabaseMetaData
.Strategy interface for translating betweenSQLExceptions
and Spring's data access strategy-agnosticDataAccessException
hierarchy.Simple interface for complex types to be set as statement parameters. -
-
ClassDescriptionStrategy interface for translating between
SQLExceptions
and Spring's data access strategy-agnosticDataAccessException
hierarchy. -
ClassDescriptionStrategy interface for translating between
SQLExceptions
and Spring's data access strategy-agnosticDataAccessException
hierarchy.