public class BatchInsertModel<T> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BatchInsertModel.Builder<T> |
Modifier and Type | Method and Description |
---|---|
<R> Stream<R> |
mapColumnMappings(Function<InsertMapping,R> mapper) |
List<T> |
records() |
BatchInsert<T> |
render(RenderingStrategy renderingStrategy) |
SqlTable |
table() |
static <T> BatchInsertModel.Builder<T> |
withRecords(List<T> records) |
public <R> Stream<R> mapColumnMappings(Function<InsertMapping,R> mapper)
public SqlTable table()
public BatchInsert<T> render(RenderingStrategy renderingStrategy)
public static <T> BatchInsertModel.Builder<T> withRecords(List<T> records)
Copyright © 2016–2018 MyBatis.org. All rights reserved.