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