| Modifier and Type | Class and Description |
|---|---|
class |
SimpleJdbcTemplate
JDBC 操作的模板类,对原生 JDBC 进行轻量封装,提供查询、更新、批量操作等便捷方法。
|
| Modifier and Type | Method and Description |
|---|---|
<E extends Exception> |
TransactionTemplate.commitIfTrue(xyz.zhouxy.plusone.commons.function.ThrowingPredicate<JdbcOperations,E> operations)
执行事务。
|
<E extends Exception> |
TransactionTemplate.execute(xyz.zhouxy.plusone.commons.function.ThrowingConsumer<JdbcOperations,E> operations)
执行事务。
|
Copyright © 2026. All rights reserved.