| Name | Description | Type | Package | Framework |
| AbstractInterruptibleBatchPreparedStatementSetter | Abstract implementation of the InterruptibleBatchPreparedStatementSetterinterface, combining the check for available values and setting of those | Class | org.springframework.jdbc.core.support | Spring MVC |
| AbstractLobCreatingPreparedStatementCallback | Abstract PreparedStatementCallback implementation that manages a LobCreator. | Class | org.springframework.jdbc.core.support | Spring MVC |
| AbstractLobStreamingResultSetExtractor | Abstract ResultSetExtractor implementation that assumes streaming of LOB data. | Class | org.springframework.jdbc.core.support | 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 |
| 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 |
| SqlLobValue | Object to represent an SQL BLOB/CLOB value parameter. | Class | org.springframework.jdbc.core.support | Spring MVC |