Uses of Interface
org.mybatis.dynamic.sql.insert.render.MultiRowInsertStatementProvider
Package
Description
-
Uses of MultiRowInsertStatementProvider in org.mybatis.dynamic.sql.insert
Modifier and TypeMethodDescriptionMultiRowInsertModel.render
(RenderingStrategy renderingStrategy) -
Uses of MultiRowInsertStatementProvider in org.mybatis.dynamic.sql.insert.render
-
Uses of MultiRowInsertStatementProvider in org.mybatis.dynamic.sql.util
Modifier and TypeMethodDescriptionSqlProviderAdapter.insertMultiple
(MultiRowInsertStatementProvider<?> insertStatement) -
Uses of MultiRowInsertStatementProvider in org.mybatis.dynamic.sql.util.mybatis3
Modifier and TypeMethodDescriptionstatic <R> MultiRowInsertStatementProvider
<R> MyBatis3Utils.insertMultiple
(Collection<R> records, SqlTable table, UnaryOperator<MultiRowInsertDSL<R>> completer) Modifier and TypeMethodDescriptionint
CommonInsertMapper.insertMultiple
(MultiRowInsertStatementProvider<T> insertStatement) Execute an insert statement that inserts multiple rows.Modifier and TypeMethodDescriptionstatic <R> int
MyBatis3Utils.insertMultiple
(ToIntFunction<MultiRowInsertStatementProvider<R>> mapper, Collection<R> records, SqlTable table, UnaryOperator<MultiRowInsertDSL<R>> completer) -
Uses of MultiRowInsertStatementProvider in org.mybatis.dynamic.sql.util.spring
Modifier and TypeMethodDescription<T> int
NamedParameterJdbcTemplateExtensions.insertMultiple
(MultiRowInsertStatementProvider<T> insertStatement) <T> int
NamedParameterJdbcTemplateExtensions.insertMultiple
(MultiRowInsertStatementProvider<T> insertStatement, org.springframework.jdbc.support.KeyHolder keyHolder)