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 classDefaultMultiRowInsertStatementProvider<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 StringSqlProviderAdapter. 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 intCommonInsertMapper. 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> intMyBatis3Utils. 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> intNamedParameterJdbcTemplateExtensions. insertMultiple(MultiRowInsertStatementProvider<T> insertStatement)<T> intNamedParameterJdbcTemplateExtensions. insertMultiple(MultiRowInsertStatementProvider<T> insertStatement, org.springframework.jdbc.support.KeyHolder keyHolder)
-