Uses of Interface
org.mybatis.dynamic.sql.insert.render.MultiRowInsertStatementProvider
-
Packages that use MultiRowInsertStatementProvider Package Description org.mybatis.dynamic.sql.insert org.mybatis.dynamic.sql.insert.render org.mybatis.dynamic.sql.util org.mybatis.dynamic.sql.util.mybatis3 -
-
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)
-