public class UpdateBuilder extends BaseBuilder
nodes, root
Constructor and Description |
---|
UpdateBuilder(DbEntity table) |
UpdateBuilder(String table) |
Modifier and Type | Method and Description |
---|---|
UpdateBuilder |
set(NodeBuilder setExpression) |
UpdateBuilder |
where(NodeBuilder expression) |
build, getRoot, node
public UpdateBuilder(String table)
public UpdateBuilder(DbEntity table)
public UpdateBuilder set(NodeBuilder setExpression)
public UpdateBuilder where(NodeBuilder expression)
Copyright © 2001–2021 Apache Cayenne. All rights reserved.