类 BatchEntitySaveCommandImpl<E>
java.lang.Object
org.babyfish.jimmer.sql.ast.impl.mutation.BatchEntitySaveCommandImpl<E>
- 所有已实现的接口:
Executable<BatchSaveResult<E>>,AbstractEntitySaveCommand,BatchEntitySaveCommand<E>
-
嵌套类概要
从接口继承的嵌套类/接口 org.babyfish.jimmer.sql.ast.mutation.AbstractEntitySaveCommand
AbstractEntitySaveCommand.Cfg, AbstractEntitySaveCommand.KeyPropCfg<T> -
构造器概要
构造器构造器说明BatchEntitySaveCommandImpl(JSqlClientImplementor sqlClient, Connection con, Collection<E> entities) -
方法概要
修饰符和类型方法说明execute()Executed on a JDBC connection determined by jimmer-sql.execute(Connection con) Execute on the specified JDBC connection.从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.babyfish.jimmer.sql.ast.mutation.BatchEntitySaveCommand
setAppendOnly, setAppendOnly, setAppendOnlyAll, setAutoAttaching, setAutoAttaching, setAutoAttachingAll, setAutoIdOnlyTargetChecking, setAutoIdOnlyTargetChecking, setAutoIdOnlyTargetChecking, setAutoIdOnlyTargetChecking, setAutoIdOnlyTargetCheckingAll, setDeleteMode, setDissociateAction, setDissociateAction, setKeyProps, setKeyProps, setMode, setOptimisticLock, setPessimisticLock, setPessimisticLock
-
构造器详细资料
-
BatchEntitySaveCommandImpl
public BatchEntitySaveCommandImpl(JSqlClientImplementor sqlClient, Connection con, Collection<E> entities)
-
-
方法详细资料
-
configure
- 指定者:
configure在接口中AbstractEntitySaveCommand- 指定者:
configure在接口中BatchEntitySaveCommand<E>
-
execute
从接口复制的说明:ExecutableExecuted on a JDBC connection determined by jimmer-sql.- 指定者:
execute在接口中Executable<E>- 返回:
- Execution result
-
execute
从接口复制的说明:ExecutableExecute on the specified JDBC connection.- 指定者:
execute在接口中Executable<E>- 返回:
- Execution result
-