| 接口 | 说明 |
|---|---|
| ResultSetHandler<T> |
Implementations of this interface convert ResultSets into other objects.
|
| RowProcessor |
RowProcessor implementations convert
ResultSet rows into various other objects. |
| 类 | 说明 |
|---|---|
| AbstractQueryRunner |
The base class for QueryRunner & AsyncQueryRunner.
|
| AsyncQueryRunner |
Executes SQL queries with pluggable strategies for handling
ResultSets. |
| BaseResultSetHandler<T> |
Extensions of this class convert ResultSets into other objects.
|
| BasicRowProcessor |
Basic implementation of the
RowProcessor interface. |
| BeanProcessor |
BeanProcessor matches column names to bean property names
and converts ResultSet columns into objects for those bean
properties. |
| DbUtils |
A collection of JDBC helper methods.
|
| GenerousBeanProcessor |
Provides generous name matching (e.g. underscore-aware) from DB
columns to Java Bean properties.
|
| ProxyFactory |
Creates proxy implementations of JDBC interfaces.
|
| QueryLoader |
QueryLoader is a registry for sets of queries so
that multiple copies of the same queries aren't loaded into memory. |
| QueryRunner |
Executes SQL queries with pluggable strategies for handling
ResultSets. |
| ResultSetIterator |
Wraps a
ResultSet in an Iterator. |
Copyright © 2020 com.github.braisdom. All rights reserved.