类 DefaultExecutor
java.lang.Object
org.babyfish.jimmer.sql.runtime.DefaultExecutor
- 所有已实现的接口:
Executor
-
嵌套类概要
从接口继承的嵌套类/接口 org.babyfish.jimmer.sql.runtime.Executor
Executor.Args<R>, Executor.BatchContext -
字段概要
字段 -
方法概要
修饰符和类型方法说明<R> Rexecute(@NotNull Executor.Args<R> args) executeBatch(@NotNull JSqlClientImplementor sqlClient, @NotNull Connection con, @NotNull String sql, @Nullable org.babyfish.jimmer.meta.ImmutableProp generatedIdProp) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.babyfish.jimmer.sql.runtime.Executor
openCursor
-
字段详细资料
-
INSTANCE
-
-
方法详细资料
-
execute
-
executeBatch
public Executor.BatchContext executeBatch(@NotNull @NotNull JSqlClientImplementor sqlClient, @NotNull @NotNull Connection con, @NotNull @NotNull String sql, @Nullable @Nullable org.babyfish.jimmer.meta.ImmutableProp generatedIdProp) - 指定者:
executeBatch在接口中Executor
-