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<InsertMapping,R> mapper) |
T |
record() |
InsertStatementProvider<T> |
render(RenderingStrategy renderingStrategy) |
SqlTable |
table() |
static <T> InsertModel.Builder<T> |
withRecord(T record) |
public <R> Stream<R> mapColumnMappings(Function<InsertMapping,R> mapper)
public T record()
public SqlTable table()
public InsertStatementProvider<T> render(RenderingStrategy renderingStrategy)
public static <T> InsertModel.Builder<T> withRecord(T record)
Copyright © 2016–2018 MyBatis.org. All rights reserved.