public class MultiRowInsertModel<T> extends AbstractMultiRowInsertModel<T>
Modifier and Type | Class and Description |
---|---|
static class |
MultiRowInsertModel.Builder<T> |
AbstractMultiRowInsertModel.AbstractBuilder<T,S extends AbstractMultiRowInsertModel.AbstractBuilder<T,S>>
Modifier and Type | Method and Description |
---|---|
MultiRowInsertStatementProvider<T> |
render(RenderingStrategy renderingStrategy) |
static <T> MultiRowInsertModel.Builder<T> |
withRecords(Collection<T> records) |
mapColumnMappings, recordCount, records, table
@NotNull public MultiRowInsertStatementProvider<T> render(RenderingStrategy renderingStrategy)
public static <T> MultiRowInsertModel.Builder<T> withRecords(Collection<T> records)
Copyright © 2016–2021 MyBatis.org. All rights reserved.