public class InsertModel<T> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
InsertModel.Builder<T> |
Modifier and Type | Method and Description |
---|---|
<R> Stream<R> |
mapColumnMappings(Function<AbstractColumnMapping,R> mapper) |
InsertStatementProvider<T> |
render(RenderingStrategy renderingStrategy) |
T |
row() |
SqlTable |
table() |
static <T> InsertModel.Builder<T> |
withRow(T row) |
public <R> Stream<R> mapColumnMappings(Function<AbstractColumnMapping,R> mapper)
public T row()
public SqlTable table()
@NotNull public InsertStatementProvider<T> render(RenderingStrategy renderingStrategy)
public static <T> InsertModel.Builder<T> withRow(T row)
Copyright © 2016–2021 MyBatis.org. All rights reserved.