クラス 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
- すべての実装されたインタフェース:
Serializable
,ASTNode
IS NULL条件文を表す。
- 関連項目:
-
コンストラクタの概要
-
メソッドの概要
修飾子とタイプメソッド説明accept
(ASTTransformer transformer) void
accept
(ConditionVisitor visitor) boolean
int
hashCode()
void
setProperty
(ValueExpression property) void
setPropertyName
(String propertyName) toString()
クラスから継承されたメソッド org.iplass.mtp.entity.query.condition.Condition
newCondition
-
コンストラクタの詳細
-
IsNull
public IsNull() -
IsNull
-
IsNull
-
-
メソッドの詳細
-
getPropertyName
-
setPropertyName
-
setProperty
-
getProperty
-
toString
-
accept
-
accept
-
hashCode
public int hashCode() -
equals
-