Uses of Interface
org.mybatis.dynamic.sql.insert.render.MultiRowInsertStatementProvider
-
-
Uses of MultiRowInsertStatementProvider in org.mybatis.dynamic.sql.insert
Methods in org.mybatis.dynamic.sql.insert that return MultiRowInsertStatementProvider Modifier and Type Method Description MultiRowInsertStatementProvider<T>
MultiRowInsertModel. render(RenderingStrategy renderingStrategy)
-
Uses of MultiRowInsertStatementProvider in org.mybatis.dynamic.sql.insert.render
Classes in org.mybatis.dynamic.sql.insert.render that implement MultiRowInsertStatementProvider Modifier and Type Class Description class
DefaultMultiRowInsertStatementProvider<T>
Methods in org.mybatis.dynamic.sql.insert.render that return MultiRowInsertStatementProvider Modifier and Type Method Description MultiRowInsertStatementProvider<T>
MultiRowInsertRenderer. render()
-
Uses of MultiRowInsertStatementProvider in org.mybatis.dynamic.sql.util
Methods in org.mybatis.dynamic.sql.util with parameters of type MultiRowInsertStatementProvider Modifier and Type Method Description String
SqlProviderAdapter. insertMultiple(MultiRowInsertStatementProvider<?> insertStatement)
-
Uses of MultiRowInsertStatementProvider in org.mybatis.dynamic.sql.util.mybatis3
Methods in org.mybatis.dynamic.sql.util.mybatis3 that return MultiRowInsertStatementProvider Modifier and Type Method Description static <R> MultiRowInsertStatementProvider<R>
MyBatis3Utils. insertMultiple(Collection<R> records, SqlTable table, UnaryOperator<MultiRowInsertDSL<R>> completer)
Methods in org.mybatis.dynamic.sql.util.mybatis3 with parameters of type MultiRowInsertStatementProvider Modifier and Type Method Description int
CommonInsertMapper. insertMultiple(MultiRowInsertStatementProvider<T> insertStatement)
Execute an insert statement that inserts multiple rows.Method parameters in org.mybatis.dynamic.sql.util.mybatis3 with type arguments of type MultiRowInsertStatementProvider Modifier and Type Method Description static <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
Methods in org.mybatis.dynamic.sql.util.spring with parameters of type MultiRowInsertStatementProvider Modifier and Type Method Description <T> int
NamedParameterJdbcTemplateExtensions. insertMultiple(MultiRowInsertStatementProvider<T> insertStatement)
<T> int
NamedParameterJdbcTemplateExtensions. insertMultiple(MultiRowInsertStatementProvider<T> insertStatement, org.springframework.jdbc.support.KeyHolder keyHolder)
-