类 AbstractExecutorProxy.Batch
java.lang.Object
org.babyfish.jimmer.sql.runtime.AbstractExecutorProxy.Batch
- 直接已知子类:
ExecutorForLog.Batch
protected abstract static class AbstractExecutorProxy.Batch
extends Object
implements Executor.BatchContext
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidvoidaddExecutedListener(Runnable listener) voidclose()ctx()int[]execute(BiFunction<SQLException, Executor.BatchContext, Exception> exceptionTranslator) Object[]purpose()sql()
-
字段详细资料
-
raw
-
-
构造器详细资料
-
Batch
-
-
方法详细资料
-
sqlClient
- 指定者:
sqlClient在接口中ExceptionTranslator.Args- 指定者:
sqlClient在接口中Executor.BatchContext
-
sql
- 指定者:
sql在接口中ExceptionTranslator.Args- 指定者:
sql在接口中Executor.BatchContext
-
purpose
- 指定者:
purpose在接口中ExceptionTranslator.Args- 指定者:
purpose在接口中Executor.BatchContext
-
ctx
- 指定者:
ctx在接口中ExceptionTranslator.Args- 指定者:
ctx在接口中Executor.BatchContext
-
add
- 指定者:
add在接口中Executor.BatchContext
-
execute
- 指定者:
execute在接口中Executor.BatchContext
-
generatedIds
- 指定者:
generatedIds在接口中Executor.BatchContext
-
addExecutedListener
- 指定者:
addExecutedListener在接口中Executor.BatchContext
-
close
public void close()- 指定者:
close在接口中AutoCloseable- 指定者:
close在接口中Executor.BatchContext
-