| Interface | Description |
|---|---|
| RowMapper |
An interface used by
Executor for mapping rows of a
ResultSet on a per-row basis. |
| Class | Description |
|---|---|
| ColumnMapRowMapper |
RowMapper implementation that creates a java.util.Map
for each row, representing all columns as key-value pairs: one
entry for each column, with the column name as key. |
| JdbcExecutor |
Class to simplify execution of SqlStatements.
|
| RowMapperResultSetExtractor |
Adapter implementation of the ResultSetExtractor interface that delegates
to a RowMapper which is supposed to create an object for each row.
|