org.springframework.jdbc.core.support |
Classes supporting the org.springframework.jdbc.core package.
Contains a DAO base class for JdbcTemplate usage.
|
Java Source File Name | Type | Comment |
AbstractInterruptibleBatchPreparedStatementSetter.java | Class | Abstract implementation of the
InterruptibleBatchPreparedStatementSetter interface, combining the check for available values and setting of those
into a single callback method
AbstractInterruptibleBatchPreparedStatementSetter.setValuesIfAvailable . |
AbstractLobCreatingPreparedStatementCallback.java | Class | Abstract PreparedStatementCallback implementation that manages a LobCreator. |
AbstractLobStreamingResultSetExtractor.java | Class | Abstract ResultSetExtractor implementation that assumes streaming of LOB data.
Typically used as inner class, with access to surrounding method arguments.
Delegates to the streamData template method for streaming LOB
content to some OutputStream, typically using a LobHandler. |
AbstractSqlTypeValue.java | Class | Abstract implementation of the SqlTypeValue interface, for convenient
creation of type values that are supposed to be passed into the
PreparedStatement.setObject method. |
JdbcBeanDefinitionReader.java | Class | Bean definition reader that reads values from a database table,
based on a given SQL statement.
Expects columns for bean name, property name and value as String.
Formats for each are identical to the properties format recognized
by PropertiesBeanDefinitionReader.
NOTE: This is mainly intended as an example for a custom
JDBC-based bean definition reader. |
JdbcDaoSupport.java | Class | Convenient super class for JDBC-based data access objects. |
SqlLobValue.java | Class | Object to represent an SQL BLOB/CLOB value parameter. |