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 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.
Hibernate-specific support classes, integrated with JPA.
Support classes for adapting to specific JPA vendors.
-
Classes in org.springframework.jdbc.support used by org.springframework.jdbc.coreClassDescriptionBase class for
JdbcTemplateand 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 between
SQLExceptionsand 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 for
SQLExceptionTranslatorimplementations 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 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.Simple interface for complex types to be set as statement parameters. -
Classes in org.springframework.jdbc.support used by org.springframework.jdbc.support.xml
-
Classes in org.springframework.jdbc.support used by org.springframework.orm.jpa.hibernateClassDescriptionStrategy interface for translating between
SQLExceptionsand Spring's data access strategy-agnosticDataAccessExceptionhierarchy. -
Classes in org.springframework.jdbc.support used by org.springframework.orm.jpa.vendorClassDescriptionStrategy interface for translating between
SQLExceptionsand Spring's data access strategy-agnosticDataAccessExceptionhierarchy.