| 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 |
|
| AbstractDataSource | Abstract base class for Spring's DataSource'Padding' in the context of this class means default implementations | Class | org.springframework.jdbc.datasource | Spring MVC |
|
| AbstractDriverBasedDataSource | Abstract base class for JDBC DataSource implementationsthat operate on a JDBC Driver. | Class | org.springframework.jdbc.datasource | 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 |
|
| AbstractInterruptibleBatchPreparedStatementSetter | Abstract implementation of the InterruptibleBatchPreparedStatementSetterinterface, combining the check for available values and setting of those | Class | org.springframework.jdbc.core.support | Spring MVC |
|
| AbstractJdbcCall | Abstract class to provide base functionality for easy stored procedure callsbased on configuration options and database metadata. | Class | org.springframework.jdbc.core.simple | Spring MVC |
|
| AbstractJdbcInsert | Abstract class to provide base functionality for easy insertsbased on configuration options and database metadata. | Class | org.springframework.jdbc.core.simple | Spring MVC |
|
| AbstractLobCreatingPreparedStatementCallback | Abstract PreparedStatementCallback implementation that manages a LobCreator. | Class | org.springframework.jdbc.core.support | Spring MVC |
|
| AbstractLobHandler | Abstract base class for LobHandler implementations. | Class | org.springframework.jdbc.support.lob | Spring MVC |
|
| AbstractLobStreamingResultSetExtractor | Abstract ResultSetExtractor implementation that assumes streaming of LOB data. | Class | org.springframework.jdbc.core.support | Spring MVC |
|
| AbstractRoutingDataSource | Abstract DataSource implementation that routes getConnection()calls to one of various target DataSources based on a lookup key. | Class | org.springframework.jdbc.datasource.lookup | Spring MVC |
|
| AbstractSequenceMaxValueIncrementer | Abstract base class for DataFieldMaxValueIncrementer implementations that usea database sequence. | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| AbstractSqlParameterSource | Abstract base class for SqlParameterSource implementations. | Class | org.springframework.jdbc.core.namedparam | Spring MVC |
|
| AbstractSqlTypeValue | Abstract implementation of the SqlTypeValue interface, for convenientcreation of type values that are supposed to be passed into the | Class | org.springframework.jdbc.core.support | Spring MVC |
|
| ArgumentPreparedStatementSetter | Simple adapter for PreparedStatementSetter that applies a given array of arguments. | Class | org.springframework.jdbc.core | Spring MVC |
|
| ArgumentTypePreparedStatementSetter | Simple adapter for PreparedStatementSetter that appliesgiven arrays of arguments and JDBC argument types. | Class | org.springframework.jdbc.core | Spring MVC |
|
| BadSqlGrammarException | Exception thrown when SQL specified is invalid. | Class | org.springframework.jdbc | Spring MVC |
|
| BatchPreparedStatementSetter | Batch update callback interface used by the JdbcTemplate class. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| BatchSqlUpdate | SqlUpdate subclass that performs batch update operations. | Class | org.springframework.jdbc.object | Spring MVC |
|
| BatchUpdateUtils | Generic utility methods for working with JDBC batch statements. | Class | org.springframework.jdbc.core | Spring MVC |
|
| BeanFactoryDataSourceLookup | DataSourceLookup implementation based on a Spring BeanFactory. | Class | org.springframework.jdbc.datasource.lookup | Spring MVC |
|
| BeanPropertyRowMapper | RowMapper implementation that converts a row into a new instanceof the specified mapped target class. | Class | org.springframework.jdbc.core | Spring MVC |
|
| BeanPropertySqlParameterSource | SqlParameterSource implementation that obtains parameter valuesfrom bean properties of a given JavaBean object. | Class | org.springframework.jdbc.core.namedparam | Spring MVC |
|
| C3P0NativeJdbcExtractor | C3P0 connection pool. | Class | org.springframework.jdbc.support.nativejdbc | Spring MVC |
|
| CallableStatementCallback | Generic callback interface for code that operates on a CallableStatement. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| CallableStatementCreator | One of the three central callback interfaces used by the JdbcTemplate class. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| CallableStatementCreatorFactory | Helper class that efficiently creates multiple CallableStatementCreatorobjects with different parameters based on a SQL statement and a single | Class | org.springframework.jdbc.core | Spring MVC |
|
| CallMetaDataContext | Class to manage context metadata used for the configuration and execution of the call. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
|
| CallMetaDataProvider | Interface specifying the API to be implemented by a class providing call metadata. | Interface | org.springframework.jdbc.core.metadata | Spring MVC |
|
| CallMetaDataProviderFactory | Factory used to create a CallMetaDataProvider implementationbased on the type of database being used. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
|
| CallParameterMetaData | Holder of metadata for a specific parameter that is used for call processing. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
|
| CannotGetJdbcConnectionException | Fatal exception thrown when we can't connect to an RDBMS using JDBC. | Class | org.springframework.jdbc | Spring MVC |
|
| CannotReadScriptException | Thrown by ScriptUtils if an SQL script cannot be read. | Class | org.springframework.jdbc.datasource.init | Spring MVC |
|
| ColumnMapRowMapper | RowMapper implementation that creates a java. | Class | org.springframework.jdbc.core | Spring MVC |
|
| CommonsDbcpNativeJdbcExtractor | Apache Commons DBCP connection pool, version 1. | Class | org.springframework.jdbc.support.nativejdbc | Spring MVC |
|
| CompositeDatabasePopulator | DatabasePopulator implementation that delegates to a list of otherDatabasePopulator implementations, executing all scripts. | Class | org.springframework.jdbc.datasource.init | Spring MVC |
|
| ConnectionCallback | Generic callback interface for code that operates on a JDBC Connection. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| ConnectionHandle | Simple interface to be implemented by handles for a JDBC Connection. | Interface | org.springframework.jdbc.datasource | Spring MVC |
|
| ConnectionHolder | Connection holder, wrapping a JDBC Connection. | Class | org.springframework.jdbc.datasource | Spring MVC |
|
| ConnectionProperties | ConnectionProperties serves as a simple data container that allowsessential JDBC connection properties to be configured consistently, | Interface | org.springframework.jdbc.datasource.embedded | Spring MVC |
|
| ConnectionProxy | Subinterface of Connection to be implemented byConnection proxies. | Interface | org.springframework.jdbc.datasource | 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 |
|
| DatabasePopulator | Strategy used to populate, initialize, or clean up a database. | Interface | org.springframework.jdbc.datasource.init | Spring MVC |
|
| DatabasePopulatorUtils | Utility methods for executing a DatabasePopulator. | Class | org.springframework.jdbc.datasource.init | 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 |
|
| DataSourceFactory | DataSourceFactory encapsulates the creation of a particularDataSource implementation such as a | Interface | org.springframework.jdbc.datasource.embedded | Spring MVC |
|
| DataSourceInitializer | Used to set up a database duringinitialization and clean up a database during | Class | org.springframework.jdbc.datasource.init | Spring MVC |
|
| DataSourceLookup | Strategy interface for looking up DataSources by name. | Interface | org.springframework.jdbc.datasource.lookup | Spring MVC |
|
| DataSourceLookupFailureException | Exception to be thrown by a DataSourceLookup implementation,indicating that the specified DataSource could not be obtained. | Class | org.springframework.jdbc.datasource.lookup | Spring MVC |
|
| DataSourceTransactionManager | PlatformTransactionManagercapable of working in any environment with any JDBC driver, as long as the setup | Class | org.springframework.jdbc.datasource | Spring MVC |
|
| DataSourceUtils | Helper class that provides static methods for obtaining JDBC Connections froma DataSource. | Class | org.springframework.jdbc.datasource | Spring MVC |
|
| Db2CallMetaDataProvider | DB2 specific implementation for the CallMetaDataProvider interface. | Class | org.springframework.jdbc.core.metadata | 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 |
|
| DelegatingDataSource | JDBC DataSource implementation that delegates all callsto a given target DataSource. | Class | org.springframework.jdbc.datasource | Spring MVC |
|
| DerbyCallMetaDataProvider | Derby specific implementation for the CallMetaDataProvider interface. | Class | org.springframework.jdbc.core.metadata | 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 |
|
| DerbyTableMetaDataProvider | The Derby specific implementation of the TableMetaDataProvider. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
|
| DisposableSqlTypeValue | Subinterface of SqlTypeValue that adds a cleanup callback,to be invoked after the value has been set and the corresponding | Interface | org.springframework.jdbc.core | Spring MVC |
|
| DriverManagerDataSource | Simple implementation of the standard JDBC DataSource interface,configuring the plain old JDBC DriverManager via bean properties, and | Class | org.springframework.jdbc.datasource | Spring MVC |
|
| EmbeddedDatabase | EmbeddedDatabase serves as a handle to an embedded database instance. | Interface | org.springframework.jdbc.datasource.embedded | Spring MVC |
|
| EmbeddedDatabaseBuilder | A builder that provides a convenient API for constructing an embedded database. | Class | org.springframework.jdbc.datasource.embedded | Spring MVC |
|
| EmbeddedDatabaseConfigurer | EmbeddedDatabaseConfigurer encapsulates the configuration required tocreate, connect to, and shut down a specific type of embedded database such as | Interface | org.springframework.jdbc.datasource.embedded | Spring MVC |
|
| EmbeddedDatabaseFactory | Factory for creating an EmbeddedDatabase instance. | Class | org.springframework.jdbc.datasource.embedded | Spring MVC |
|
| EmbeddedDatabaseFactoryBean | A subclass of EmbeddedDatabaseFactory that implements FactoryBeanfor registration as a Spring bean. | Class | org.springframework.jdbc.datasource.embedded | Spring MVC |
|
| EmbeddedDatabaseType | enum EmbeddedDatabaseTypeA supported embedded database type. | Class | org.springframework.jdbc.datasource.embedded | Spring MVC |
|
| EmptySqlParameterSource | A simple empty implementation of the SqlParameterSource interface. | Class | org.springframework.jdbc.core.namedparam | 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 |
|
| GenericCallMetaDataProvider | Generic implementation for the CallMetaDataProvider interface. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
|
| GenericSqlQuery | | Class | org.springframework.jdbc.object | Spring MVC |
|
| GenericStoredProcedure | Concrete implementation making it possible to define the RDBMS stored proceduresin an application context without writing a custom Java implementation class. | Class | org.springframework.jdbc.object | Spring MVC |
|
| GenericTableMetaDataProvider | A generic implementation of the TableMetaDataProvider that should provideenough features for all supported databases. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
|
| H2SequenceMaxValueIncrementer | DataFieldMaxValueIncrementer that retrieves the next value of a given H2 Database sequence. | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| HanaCallMetaDataProvider | SAP HANA specific implementation for the CallMetaDataProvider interface. | Class | org.springframework.jdbc.core.metadata | 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 |
|
| HsqlTableMetaDataProvider | The HSQL specific implementation of TableMetaDataProvider. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
|
| IncorrectResultSetColumnCountException | Data access exception thrown when a result set did not have the correct column count,for example when expecting a single column but getting 0 or more than 1 columns. | Class | org.springframework.jdbc | Spring MVC |
|
| InterruptibleBatchPreparedStatementSetter | Extension of the BatchPreparedStatementSetter interface,adding a batch exhaustion check. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| InvalidResultSetAccessException | Exception thrown when a ResultSet has been accessed in an invalid fashion. | Class | org.springframework.jdbc | Spring MVC |
|
| IsolationLevelDataSourceAdapter | An adapter for a target DataSource, applying the currentSpring transaction's isolation level (and potentially specified user credentials) | Class | org.springframework.jdbc.datasource | Spring MVC |
|
| IsolationLevelDataSourceRouter | DataSource that routes to one of various target DataSources based on thecurrent transaction isolation level. | Class | org.springframework.jdbc.datasource.lookup | 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 |
|
| JdbcBeanDefinitionReader | Bean definition reader that reads values from a database table,based on a given SQL statement. | Class | org.springframework.jdbc.core.support | Spring MVC |
|
| JdbcDaoSupport | Convenient super class for JDBC-based data access objects. | Class | org.springframework.jdbc.core.support | Spring MVC |
|
| JdbcNamespaceHandler | NamespaceHandler for JDBC configuration namespace. | Class | org.springframework.jdbc.config | Spring MVC |
|
| JdbcOperations | Interface specifying a basic set of JDBC operations. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| JdbcTemplate | This is the central class in the JDBC core package. | Class | org.springframework.jdbc.core | Spring MVC |
|
| JdbcTransactionObjectSupport | Convenient base class for JDBC-aware transaction objects. | Class | org.springframework.jdbc.datasource | Spring MVC |
|
| JdbcUpdateAffectedIncorrectNumberOfRowsException | Exception thrown when a JDBC update affects an unexpected number of rows. | Class | org.springframework.jdbc | Spring MVC |
|
| JdbcUtils | Generic utility methods for working with JDBC. | Class | org.springframework.jdbc.support | Spring MVC |
|
| JndiDataSourceLookup | JNDI-based DataSourceLookup implementation. | Class | org.springframework.jdbc.datasource.lookup | 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 |
|
| LazyConnectionDataSourceProxy | Proxy for a target DataSource, fetching actual JDBC Connections lazily,i. | Class | org.springframework.jdbc.datasource | 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 |
|
| LobRetrievalFailureException | Exception to be thrown when a LOB could not be retrieved. | Class | org.springframework.jdbc | Spring MVC |
|
| MapDataSourceLookup | Simple DataSourceLookup implementation that relies on a map for doing lookups. | Class | org.springframework.jdbc.datasource.lookup | Spring MVC |
|
| MappingSqlQuery | Reusable query in which concrete subclasses must implement the abstractmapRow(ResultSet, int) method to convert each row of the JDBC ResultSet | Class | org.springframework.jdbc.object | Spring MVC |
|
| MappingSqlQueryWithParameters | Reusable RDBMS query in which concrete subclasses must implementthe abstract mapRow(ResultSet, int) method to map each row of | Class | org.springframework.jdbc.object | Spring MVC |
|
| MapSqlParameterSource | SqlParameterSource implementation that holds a given Map of parameters. | Class | org.springframework.jdbc.core.namedparam | 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 |
|
| NamedParameterBatchUpdateUtils | Generic utility methods for working with JDBC batch statements using named parameters. | Class | org.springframework.jdbc.core.namedparam | Spring MVC |
|
| NamedParameterJdbcDaoSupport | Extension of JdbcDaoSupport that exposes a NamedParameterJdbcTemplate as well. | Class | org.springframework.jdbc.core.namedparam | Spring MVC |
|
| NamedParameterJdbcOperations | Interface specifying a basic set of JDBC operations allowing the useof named parameters rather than the traditional '?' placeholders. | Interface | org.springframework.jdbc.core.namedparam | Spring MVC |
|
| NamedParameterJdbcTemplate | Template class with a basic set of JDBC operations, allowing the useof named parameters rather than traditional '?' placeholders. | Class | org.springframework.jdbc.core.namedparam | Spring MVC |
|
| NamedParameterUtils | Helper methods for named parameter parsing. | Class | org.springframework.jdbc.core.namedparam | 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 |
|
| OracleCallMetaDataProvider | Oracle specific implementation for the CallMetaDataProvider interface. | Class | org.springframework.jdbc.core.metadata | 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 |
|
| OracleTableMetaDataProvider | Oracle-specific implementation of the TableMetaDataProvider. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
|
| OutputStreamFactory | Internal helper for exposing dummy OutputStreams to embedded databasessuch as Derby, preventing the creation of a log file. | Class | org.springframework.jdbc.datasource.embedded | Spring MVC |
|
| ParameterDisposer | Interface to be implemented by objects that can close resourcesallocated by parameters like SqlLobValues. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| ParameterizedPreparedStatementSetter | Parameterized callback interface used by the JdbcTemplate class forThis interface sets values on a PreparedStatement provided | Interface | org.springframework.jdbc.core | Spring MVC |
|
| ParameterMapper | on the connection. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| ParsedSql | Holds information about a parsed SQL statement. | Class | org.springframework.jdbc.core.namedparam | Spring MVC |
|
| PostgresCallMetaDataProvider | Oracle specific implementation for the CallMetaDataProvider interface. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
|
| PostgreSQLSequenceMaxValueIncrementer | DataFieldMaxValueIncrementer that retrieves the next value of a given PostgreSQL sequence. | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| PostgresTableMetaDataProvider | The PostgreSQL specific implementation of TableMetaDataProvider. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
|
| PreparedStatementCallback | Generic callback interface for code that operates on a PreparedStatement. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| PreparedStatementCreator | One of the two central callback interfaces used by the JdbcTemplate class. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| PreparedStatementCreatorFactory | Helper class that efficiently creates multiple PreparedStatementCreatorobjects with different parameters based on a SQL statement and a single | Class | org.springframework.jdbc.core | Spring MVC |
|
| PreparedStatementSetter | General callback interface used by the JdbcTemplate class. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| RdbmsOperation | An RDBMS operation is a multi-threaded, reusable object representing a query,update, or stored procedure call. | Class | org.springframework.jdbc.object | Spring MVC |
|
| ResourceDatabasePopulator | Populates, initializes, or cleans up a database using SQL scripts defined inCall addScript(org. | Class | org.springframework.jdbc.datasource.init | Spring MVC |
|
| ResultSetExtractor | Callback interface used by JdbcTemplate's query methods. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| ResultSetSupportingSqlParameter | Common base class for ResultSet-supporting SqlParameters likeSqlOutParameter and SqlReturnResultSet. | Class | org.springframework.jdbc.core | 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 |
|
| RowCallbackHandler | An interface used by JdbcTemplate for processing rows of aResultSet on a per-row basis. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| RowCountCallbackHandler | An instance can only be used once. | Class | org.springframework.jdbc.core | Spring MVC |
|
| RowMapper | An interface used by JdbcTemplate for mapping rows of aResultSet on a per-row basis. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| RowMapperResultSetExtractor | Adapter implementation of the ResultSetExtractor interface that delegatesto a RowMapper which is supposed to create an object for each row. | Class | org.springframework.jdbc.core | Spring MVC |
|
| ScriptException | Root of the hierarchy of data access exceptions that are related to processingSince:4. | Class | org.springframework.jdbc.datasource.init | Spring MVC |
|
| ScriptParseException | Thrown by ScriptUtils if an SQL script cannot be properly parsed. | Class | org.springframework.jdbc.datasource.init | Spring MVC |
|
| ScriptStatementFailedException | Thrown by ScriptUtils if a statement in an SQL script failed whenexecuting it against the target database. | Class | org.springframework.jdbc.datasource.init | Spring MVC |
|
| ScriptUtils | Generic utility methods for working with SQL scripts. | Class | org.springframework.jdbc.datasource.init | Spring MVC |
|
| SimpleConnectionHandle | Simple implementation of the ConnectionHandle interface,containing a given JDBC Connection. | Class | org.springframework.jdbc.datasource | Spring MVC |
|
| SimpleDriverDataSource | Simple implementation of the standard JDBC DataSource interface,configuring a plain old JDBC Driver via bean properties, and | Class | org.springframework.jdbc.datasource | Spring MVC |
|
| SimpleJdbcCall | A SimpleJdbcCall is a multi-threaded, reusable object representing a callto a stored procedure or a stored function. | Class | org.springframework.jdbc.core.simple | Spring MVC |
|
| SimpleJdbcCallOperations | Interface specifying the API for a Simple JDBC Call implemented by SimpleJdbcCall. | Interface | org.springframework.jdbc.core.simple | Spring MVC |
|
| SimpleJdbcInsert | A SimpleJdbcInsert is a multi-threaded, reusable object providing easy insertcapabilities for a table. | Class | org.springframework.jdbc.core.simple | Spring MVC |
|
| SimpleJdbcInsertOperations | Interface specifying the API for a Simple JDBC Insert implemented by SimpleJdbcInsert. | Interface | org.springframework.jdbc.core.simple | Spring MVC |
|
| SimpleNativeJdbcExtractor | A simple implementation of the NativeJdbcExtractor interface. | Class | org.springframework.jdbc.support.nativejdbc | Spring MVC |
|
| SingleColumnRowMapper | RowMapper implementation that converts a single column into a singleresult value per row. | Class | org.springframework.jdbc.core | Spring MVC |
|
| SingleConnectionDataSource | which is not closed after use. | Class | org.springframework.jdbc.datasource | Spring MVC |
|
| SingleDataSourceLookup | An implementation of the DataSourceLookup that simply wraps asingle given DataSource, returned for any data source name. | Class | org.springframework.jdbc.datasource.lookup | Spring MVC |
|
| SmartDataSource | Extension of the javax. | Interface | org.springframework.jdbc.datasource | Spring MVC |
|
| SortedResourcesFactoryBean | FactoryBean implementation that takes a list of location Stringsand creates a sorted array of Resource instances. | Class | org.springframework.jdbc.config | Spring MVC |
|
| SpringLobCreatorSynchronization | Callback for resource cleanup at the end of a Spring transaction. | Class | org.springframework.jdbc.support.lob | Spring MVC |
|
| SqlCall | RdbmsOperation using a JdbcTemplate and representing a SQL-basedcall such as a stored procedure or a stored function. | Class | org.springframework.jdbc.object | 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 |
|
| SqlFunction | SQL function wrapper for a query that returns a single row of results. | Class | org.springframework.jdbc.object | Spring MVC |
|
| SqlInOutParameter | Subclass of SqlOutParameter to represent an INOUT parameter. | Class | org.springframework.jdbc.core | Spring MVC |
|
| SqlLobValue | Object to represent an SQL BLOB/CLOB value parameter. | Class | org.springframework.jdbc.core.support | Spring MVC |
|
| SqlOperation | Operation object representing a SQL-based operation such as a query or update,as opposed to a stored procedure. | Class | org.springframework.jdbc.object | Spring MVC |
|
| SqlOutParameter | Subclass of SqlParameter to represent an output parameter. | Class | org.springframework.jdbc.core | Spring MVC |
|
| SqlParameter | Object to represent a SQL parameter definition. | Class | org.springframework.jdbc.core | Spring MVC |
|
| SqlParameterSource | Interface that defines common functionality for objects that canoffer parameter values for named SQL parameters, serving as argument | Interface | org.springframework.jdbc.core.namedparam | Spring MVC |
|
| SqlParameterSourceUtils | Class that provides helper methods for the use of SqlParameterSourcewith SimpleJdbc classes. | Class | org.springframework.jdbc.core.namedparam | Spring MVC |
|
| SqlParameterValue | Object to represent a SQL parameter value, including parameter metadatasuch as the SQL type and the scale for numeric values. | Class | org.springframework.jdbc.core | Spring MVC |
|
| SqlProvider | Interface to be implemented by objects that can provide SQL strings. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| SqlQuery | Reusable operation object representing a SQL query. | Class | org.springframework.jdbc.object | Spring MVC |
|
| SqlReturnResultSet | Represents a returned ResultSet from a stored procedure call. | Class | org.springframework.jdbc.core | Spring MVC |
|
| SqlReturnType | Interface to be implemented for retrieving values for more complex database-specifictypes not supported by the standard CallableStatement. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| SqlReturnUpdateCount | Represents a returned update count from a stored procedure call. | Class | org.springframework.jdbc.core | 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 |
|
| SqlRowSetResultSetExtractor | ResultSetExtractor implementation that returns a Spring SqlRowSetrepresentation for each given ResultSet. | Class | org.springframework.jdbc.core | Spring MVC |
|
| SqlServerCallMetaDataProvider | SQL Server specific implementation for the CallMetaDataProvider interface. | Class | org.springframework.jdbc.core.metadata | 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 |
|
| SqlTypeValue | Interface to be implemented for setting values for more complex database-specifictypes not supported by the standard setObject method. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| SqlUpdate | Reusable operation object representing a SQL update. | Class | org.springframework.jdbc.object | Spring MVC |
|
| SqlValue | Simple interface for complex types to be set as statement parameters. | Interface | org.springframework.jdbc.support | Spring MVC |
|
| SQLWarningException | Exception thrown when we're not ignoring SQLWarnings. | Class | org.springframework.jdbc | 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 |
|
| StatementCallback | Generic callback interface for code that operates on a JDBC Statement. | Interface | org.springframework.jdbc.core | Spring MVC |
|
| StatementCreatorUtils | Utility methods for PreparedStatementSetter/Creator and CallableStatementCreatorUsed by PreparedStatementCreatorFactory and CallableStatementCreatorFactory, | Class | org.springframework.jdbc.core | Spring MVC |
|
| StoredProcedure | Superclass for object abstractions of RDBMS stored procedures. | Class | org.springframework.jdbc.object | Spring MVC |
|
| SybaseAnywhereMaxValueIncrementer | DataFieldMaxValueIncrementer that incrementsthe maximum value of a given Sybase SQL Anywhere table | Class | org.springframework.jdbc.support.incrementer | Spring MVC |
|
| SybaseCallMetaDataProvider | Sybase specific implementation for the CallMetaDataProvider interface. | Class | org.springframework.jdbc.core.metadata | 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 |
|
| TableMetaDataContext | Class to manage context metadata used for the configurationand execution of operations on a database table. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
|
| TableMetaDataProvider | Interface specifying the API to be implemented by a class providing table metedata. | Interface | org.springframework.jdbc.core.metadata | Spring MVC |
|
| TableMetaDataProviderFactory | Factory used to create a TableMetaDataProvider implementationbased on the type of database being used. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
|
| TableParameterMetaData | Holder of metadata for a specific parameter that is used for table processing. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
|
| TemporaryLobCreator | LobCreator implementation based on temporary LOBs,using JDBC 4. | Class | org.springframework.jdbc.support.lob | Spring MVC |
|
| TransactionAwareDataSourceProxy | Proxy for a target JDBC DataSource, adding awareness ofSpring-managed transactions. | Class | org.springframework.jdbc.datasource | Spring MVC |
|
| UncategorizedScriptException | Thrown when we cannot determine anything more specific than something wentwrong while processing an SQL script: for example, a SQLException | Class | org.springframework.jdbc.datasource.init | Spring MVC |
|
| UncategorizedSQLException | Exception thrown when we can't classify a SQLException intoone of our generic data access exceptions. | Class | org.springframework.jdbc | Spring MVC |
|
| UpdatableSqlQuery | Reusable RDBMS query in which concrete subclasses must implementthe abstract updateRow(ResultSet, int, context) method to update each | Class | org.springframework.jdbc.object | Spring MVC |
|
| UserCredentialsDataSourceAdapter | An adapter for a target JDBC DataSource, applying the specifieduser credentials to every standard getConnection() call, implicitly | Class | org.springframework.jdbc.datasource | Spring MVC |
|
| WebLogicNativeJdbcExtractor | supporting WebLogic Server 9. | Class | org.springframework.jdbc.support.nativejdbc | Spring MVC |
|
| WebSphereDataSourceAdapter | DataSource implementation that delegates all calls to a WebSpheretarget DataSource, typically obtained from JNDI, applying a current | Class | org.springframework.jdbc.datasource | 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 |