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