Class IsNull
java.lang.Object
org.iplass.mtp.entity.query.condition.Condition
org.iplass.mtp.entity.query.condition.predicate.Predicate
org.iplass.mtp.entity.query.condition.predicate.IsNull
- All Implemented Interfaces:
Serializable
,ASTNode
IS NULL条件文を表す。
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaccept
(ASTTransformer transformer) void
accept
(ConditionVisitor visitor) boolean
int
hashCode()
void
setProperty
(ValueExpression property) void
setPropertyName
(String propertyName) toString()
Methods inherited from class org.iplass.mtp.entity.query.condition.Condition
newCondition
-
Constructor Details
-
IsNull
public IsNull() -
IsNull
-
IsNull
-
-
Method Details
-
getPropertyName
-
setPropertyName
-
setProperty
-
getProperty
-
toString
-
accept
-
accept
-
hashCode
public int hashCode() -
equals
-