Package org.iplass.mtp.entity.query
Class Where
java.lang.Object
org.iplass.mtp.entity.query.Where
- All Implemented Interfaces:
Serializable
,ASTNode
WHERE句を表す。
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaccept
(ASTTransformer transformer) void
accept
(QueryVisitor visitor) boolean
int
hashCode()
static Where
void
setCondition
(Condition condition) toString()
-
Constructor Details
-
Where
public Where() -
Where
-
-
Method Details
-
newWhere
-
setCondition
-
getCondition
-
toString
-
hashCode
public int hashCode() -
equals
-
accept
-
accept
-