| Interface | Description |
|---|---|
| JdbcOperations |
JdbcOperations
定义 JdbcTemplate 的 API
|
| ResultHandler<T> |
ResultHandler
处理
ResultSet
|
| RowMapper<T> |
RowMapper
ResultSet 中每一行数据的处理逻辑。 |
| Class | Description |
|---|---|
| BatchUpdateErrorInfo |
批量更新错误信息
|
| BatchUpdateResult |
批量更新结果
|
| DefaultBeanRowMapper<T> | |
| ParamBuilder |
ParamBuilder
JDBC 参数构造器,将数据转换为
Object[] 类型,以传给 PreparedStatement
|
| SimpleJdbcTemplate |
SimpleJdbcTemplate
对 JDBC 的简单封装,方便数据库操作,支持事务,支持批量操作,支持自定义结果集映射
|
| Enum | Description |
|---|---|
| BatchUpdateStatus |
批量更新状态
|
| Exception | Description |
|---|---|
| TransactionException |
事务异常
用于包装事务执行过程中发生的原始异常
|
Copyright © 2026. All rights reserved.