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 java.lang.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(java.util.Collection<R> records, SqlTable table, java.util.function.UnaryOperator<MultiRowInsertDSL<R>> completer)
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(java.util.function.ToIntFunction<MultiRowInsertStatementProvider<R>> mapper, java.util.Collection<R> records, SqlTable table, java.util.function.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)
-