public class Update extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Entity |
entity |
protected List<Expression> |
expressions |
| Constructor and Description |
|---|
Update() |
Update(Expression expr) |
Update(Expression[] exprs) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(QueryVisitor visitor) |
void |
addExpression(Expression e) |
Entity |
getEntity()
Gets the value of the entity property.
|
int |
getExpressionCount() |
List<Expression> |
getExpressions() |
void |
setEntity(Entity value)
Sets the value of the entity property.
|
protected Entity entity
protected List<Expression> expressions
public Update()
public Update(Expression expr)
public Update(Expression[] exprs)
public Entity getEntity()
Entitypublic void setEntity(Entity value)
value - allowed object is
Entitypublic void addExpression(Expression e)
public List<Expression> getExpressions()
public int getExpressionCount()
public void accept(QueryVisitor visitor)
Copyright © 2017. All rights reserved.