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