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