| Interface | Description |
|---|---|
| Converter<T> | |
| Converters |
Groups
Converters together. |
| ResultSetHandler<T> |
Converts
ResultSets to other objects. |
| RowProcessor<T> |
Converts a
ResultSet to an instance of T |
| Class | Description |
|---|---|
| ColumnRowProcessor<T> |
Converts the specified
ResultSet column into an instance of T. |
| MapResultSetHandler<K,V> | |
| MapRowProcessor | |
| ObjectRowProcessor<T> | |
| QueryRunner |
Executes SQL queries with pluggable strategies for handling
ResultSets. |
| QueryRunner.Transaction |
Copyright © 2014. All rights reserved.