Uses of Interface
xyz.zhouxy.jdbc.JdbcOperations
-
Uses of JdbcOperations in xyz.zhouxy.jdbc
Classes in xyz.zhouxy.jdbc that implement JdbcOperationsModifier and TypeClassDescriptionclassJDBC 操作的模板类,对原生 JDBC 进行轻量封装,提供查询、更新、批量操作等便捷方法。Method parameters in xyz.zhouxy.jdbc with type arguments of type JdbcOperationsModifier and TypeMethodDescription<E extends Exception>
voidTransactionTemplate.commitIfTrue(xyz.zhouxy.plusone.commons.function.ThrowingPredicate<JdbcOperations, E> operations) 执行事务。<E extends Exception>
voidTransactionTemplate.execute(xyz.zhouxy.plusone.commons.function.ThrowingConsumer<JdbcOperations, E> operations) 执行事务。