| Name | Description | Type | Package | Framework |
| AbstractColumnMaxValueIncrementer | Abstract base class for DataFieldMaxValueIncrementer implementations that usea column in a custom sequence table. | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| AbstractDataFieldMaxValueIncrementer | Base implementation of DataFieldMaxValueIncrementer that delegatesto a single getNextKey() template method that returns a long. | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| AbstractFallbackSQLExceptionTranslator | Base class for SQLExceptionTranslator implementations that allow forfallback to some other SQLExceptionTranslator. | Class | org.springframework.jdbc.support | Spring MVC |
|
| AbstractIdentityColumnMaxValueIncrementer | Abstract base class for DataFieldMaxValueIncrementer implementationswhich are based on identity columns in a sequence-like table. | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| AbstractLobHandler | Abstract base class for LobHandler implementations. | Class | org.springframework.jdbc.support.lob | Spring MVC |
|
| AbstractSequenceMaxValueIncrementer | Abstract base class for DataFieldMaxValueIncrementer implementations that usea database sequence. | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| C3P0NativeJdbcExtractor | C3P0 connection pool. | Class | org.springframework.jdbc.support.nativejdbc | Spring MVC |
|
| CommonsDbcpNativeJdbcExtractor | Apache Commons DBCP connection pool, version 1. | Class | org.springframework.jdbc.support.nativejdbc | Spring MVC |
|
| CustomSQLErrorCodesTranslation | JavaBean for holding custom JDBC error codes translation for a particulardatabase. | Class | org.springframework.jdbc.support | Spring MVC |
|
| CustomSQLExceptionTranslatorRegistrar | Registry for registering custom SQLExceptionTranslatorinstances for specific databases. | Class | org.springframework.jdbc.support | Spring MVC |
|
| CustomSQLExceptionTranslatorRegistry | Registry for custom SQLExceptionTranslator instances associated withspecific databases allowing for overriding translation based on values contained in the configuration file | Class | org.springframework.jdbc.support | Spring MVC |
|
| DatabaseMetaDataCallback | A callback interface used by the JdbcUtils class. | Interface | org.springframework.jdbc.support | Spring MVC |
|
| DatabaseStartupValidator | Bean that checks if a database has already started up. | Class | org.springframework.jdbc.support | Spring MVC |
|
| DataFieldMaxValueIncrementer | Interface that defines contract of incrementing any data store field'smaximum value. | Interface | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| DB2MainframeSequenceMaxValueIncrementer | DataFieldMaxValueIncrementer that retrieves the next value of a given sequenceon DB2/390 or DB2/400. | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| DB2SequenceMaxValueIncrementer | DataFieldMaxValueIncrementer that retrieves the next value of a given sequenceon DB2 UDB (for Unix and Windows). | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| DefaultLobHandler | Default implementation of the LobHandler interface. | Class | org.springframework.jdbc.support.lob | Spring MVC |
|
| DerbyMaxValueIncrementer | DataFieldMaxValueIncrementer that increments the maximum value of a given Derby tablewith the equivalent of an auto-increment column. | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| GeneratedKeyHolder | Default implementation of the KeyHolder interface, to be used forholding auto-generated keys (as potentially returned by JDBC insert statements). | Class | org.springframework.jdbc.support | Spring MVC |
|
| H2SequenceMaxValueIncrementer | DataFieldMaxValueIncrementer that retrieves the next value of a given H2 Database sequence. | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| HsqlMaxValueIncrementer | DataFieldMaxValueIncrementer that increments the maximum value of a given HSQL tablewith the equivalent of an auto-increment column. | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| HsqlSequenceMaxValueIncrementer | DataFieldMaxValueIncrementer that retrieves the next value of a given HSQL sequence. | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| JBossNativeJdbcExtractor | supporting JBoss Application Server 3. | Class | org.springframework.jdbc.support.nativejdbc | Spring MVC |
|
| Jdbc4NativeJdbcExtractor | NativeJdbcExtractor implementation that delegates to JDBC 4. | Class | org.springframework.jdbc.support.nativejdbc | Spring MVC |
|
| Jdbc4SqlXmlHandler | Default implementation of the SqlXmlHandler interface. | Class | org.springframework.jdbc.support.xml | Spring MVC |
|
| JdbcAccessor | Base class for JdbcTemplate andother JDBC-accessing DAO helpers, defining common properties such as | Class | org.springframework.jdbc.support | Spring MVC |
|
| JdbcUtils | Generic utility methods for working with JDBC. | Class | org.springframework.jdbc.support | Spring MVC |
|
| JtaLobCreatorSynchronization | Callback for resource cleanup at the end of a JTA transaction. | Class | org.springframework.jdbc.support.lob | Spring MVC |
|
| KeyHolder | Interface for retrieving keys, typically used for auto-generated keysas potentially returned by JDBC insert statements. | Interface | org.springframework.jdbc.support | Spring MVC |
|
| LobCreator | Interface that abstracts potentially database-specific creation of large binaryfields and large text fields. | Interface | org.springframework.jdbc.support.lob | Spring MVC |
|
| LobCreatorUtils | Helper class for registering a transaction synchronization for closinga LobCreator, preferring Spring transaction synchronization and falling | Class | org.springframework.jdbc.support.lob | Spring MVC |
|
| LobHandler | Abstraction for handling large binary fields and large text fields inspecific databases, no matter if represented as simple types or Large OBjects. | Interface | org.springframework.jdbc.support.lob | Spring MVC |
|
| MetaDataAccessException | Exception indicating that something went wrong during JDBC metadata lookup. | Class | org.springframework.jdbc.support | Spring MVC |
|
| MySQLMaxValueIncrementer | DataFieldMaxValueIncrementer that increments the maximum value of a given MySQL tablewith the equivalent of an auto-increment column. | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| NativeJdbcExtractor | Interface for extracting native JDBC objects from wrapped objects coming fromconnection pools. | Interface | org.springframework.jdbc.support.nativejdbc | Spring MVC |
|
| NativeJdbcExtractorAdapter | Abstract adapter class for the NativeJdbcExtractor interface,for simplified implementation of basic extractors. | Class | org.springframework.jdbc.support.nativejdbc | Spring MVC |
|
| OracleJdbc4NativeJdbcExtractor | A Jdbc4NativeJdbcExtractor which comes pre-configured for Oracle's JDBC driver,specifying the following vendor-specific API types for unwrapping: | Class | org.springframework.jdbc.support.nativejdbc | Spring MVC |
|
| OracleLobHandler | LobHandler implementation for Oracle databases. | Class | org.springframework.jdbc.support.lob | Spring MVC |
|
| OracleLobHandler .LobCallback | Internal callback interface for use with createLob. | Interface | org.springframework.jdbc.support.lob.OracleLobHandler | Spring MVC |
|
| OracleSequenceMaxValueIncrementer | DataFieldMaxValueIncrementer that retrieves the next value of a given Oracle sequence. | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| PostgreSQLSequenceMaxValueIncrementer | DataFieldMaxValueIncrementer that retrieves the next value of a given PostgreSQL sequence. | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| ResultSetWrappingSqlRowSet | The default implementation of Spring's SqlRowSet interface, wrapping aResultSet, catching any SQLExceptions and translating | Class | org.springframework.jdbc.support.rowset | Spring MVC |
|
| ResultSetWrappingSqlRowSetMetaData | The default implementation of Spring's SqlRowSetMetaData interface, wrappinga ResultSetMetaData instance, catching any SQLExceptions | Class | org.springframework.jdbc.support.rowset | Spring MVC |
|
| SimpleNativeJdbcExtractor | A simple implementation of the NativeJdbcExtractor interface. | Class | org.springframework.jdbc.support.nativejdbc | Spring MVC |
|
| SpringLobCreatorSynchronization | Callback for resource cleanup at the end of a Spring transaction. | Class | org.springframework.jdbc.support.lob | Spring MVC |
|
| SQLErrorCodes | JavaBean for holding JDBC error codes for a particular database. | Class | org.springframework.jdbc.support | Spring MVC |
|
| SQLErrorCodesFactory | Factory for creating SQLErrorCodes based on thedatabaseProductName taken from the DatabaseMetaData. | Class | org.springframework.jdbc.support | Spring MVC |
|
| SQLErrorCodeSQLExceptionTranslator | More precise than an implementation based on SQL state, but heavily vendor-specific. | Class | org.springframework.jdbc.support | Spring MVC |
|
| SQLExceptionSubclassTranslator | SQLExceptionTranslator implementation which analyzes the specificSQLException subclass thrown by the JDBC driver. | Class | org.springframework.jdbc.support | Spring MVC |
|
| SQLExceptionTranslator | Strategy interface for translating between SQLExceptionsand Spring's data access strategy-agnostic DataAccessException | Interface | org.springframework.jdbc.support | Spring MVC |
|
| SqlRowSet | Mirror interface for RowSet, representingdisconnected ResultSet data. | Interface | org.springframework.jdbc.support.rowset | Spring MVC |
|
| SqlRowSetMetaData | Metadata interface for Spring's SqlRowSet, analogous to JDBC'sThe main difference to the standard JDBC ResultSetMetaData is that a | Interface | org.springframework.jdbc.support.rowset | Spring MVC |
|
| SqlServerMaxValueIncrementer | DataFieldMaxValueIncrementer that increments the maximum value of a given SQL Server tablewith the equivalent of an auto-increment column. | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| SQLStateSQLExceptionTranslator | SQLExceptionTranslator implementation that analyzes the SQL state inthe SQLException based on the first two digits (the SQL state class). | Class | org.springframework.jdbc.support | Spring MVC |
|
| SqlValue | Simple interface for complex types to be set as statement parameters. | Interface | org.springframework.jdbc.support | Spring MVC |
|
| SqlXmlFeatureNotImplementedException | Exception thrown when the underlying implementation does not support therequested feature of the API. | Class | org.springframework.jdbc.support.xml | Spring MVC |
|
| SqlXmlHandler | Abstraction for handling XML fields in specific databases. | Interface | org.springframework.jdbc.support.xml | Spring MVC |
|
| SqlXmlObjectMappingHandler | Abstraction for handling XML object mapping to fields in a database. | Interface | org.springframework.jdbc.support.xml | Spring MVC |
|
| SqlXmlValue | Subinterface of SqlValuethat supports passing in XML data to specified column and adds a | Interface | org.springframework.jdbc.support.xml | Spring MVC |
|
| SybaseAnywhereMaxValueIncrementer | DataFieldMaxValueIncrementer that incrementsthe maximum value of a given Sybase SQL Anywhere table | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| SybaseMaxValueIncrementer | DataFieldMaxValueIncrementer that increments the maximum value of a given Sybase tablewith the equivalent of an auto-increment column. | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| TemporaryLobCreator | LobCreator implementation based on temporary LOBs,using JDBC 4. | Class | org.springframework.jdbc.support.lob | Spring MVC |
|
| WebLogicNativeJdbcExtractor | supporting WebLogic Server 9. | Class | org.springframework.jdbc.support.nativejdbc | Spring MVC |
|
| WebSphereNativeJdbcExtractor | supporting WebSphere Application Server 6. | Class | org.springframework.jdbc.support.nativejdbc | Spring MVC |
|
| XmlBinaryStreamProvider | Interface defining handling involved with providing OutputStreamSince:2. | Interface | org.springframework.jdbc.support.xml | Spring MVC |
|
| XmlCharacterStreamProvider | Interface defining handling involved with providing WriterSince:2. | Interface | org.springframework.jdbc.support.xml | Spring MVC |
|
| XmlResultProvider | Interface defining handling involved with providing ResultSince:2. | Interface | org.springframework.jdbc.support.xml | Spring MVC |