| Modifier and Type | Class and Description |
|---|---|
class |
SimpleJdbcTemplate
SimpleJdbcTemplate
对 JDBC 的简单封装,方便数据库操作,支持事务,支持批量操作,支持自定义结果集映射
|
| Modifier and Type | Method and Description |
|---|---|
<E extends Exception> |
SimpleJdbcTemplate.commitIfTrue(xyz.zhouxy.plusone.commons.function.ThrowingPredicate<JdbcOperations,E> operations)
执行事务。
|
<E extends Exception> |
SimpleJdbcTemplate.executeTransaction(xyz.zhouxy.plusone.commons.function.ThrowingConsumer<JdbcOperations,E> operations)
执行事务。
|
Copyright © 2026. All rights reserved.