public abstract class AbstractMultiRowInsertModel<T> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AbstractMultiRowInsertModel.AbstractBuilder<T,S extends AbstractMultiRowInsertModel.AbstractBuilder<T,S>> |
Modifier | Constructor and Description |
---|---|
protected |
AbstractMultiRowInsertModel(AbstractMultiRowInsertModel.AbstractBuilder<T,?> builder) |
Modifier and Type | Method and Description |
---|---|
<R> Stream<R> |
mapColumnMappings(Function<AbstractColumnMapping,R> mapper) |
int |
recordCount() |
List<T> |
records() |
SqlTable |
table() |
protected AbstractMultiRowInsertModel(AbstractMultiRowInsertModel.AbstractBuilder<T,?> builder)
Copyright © 2016–2021 MyBatis.org. All rights reserved.