クラス ComparisonPredicate
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.ComparisonPredicate
- すべての実装されたインタフェース:
Serializable
,ASTNode
- 直系の既知のサブクラス:
Equals
,Greater
,GreaterEqual
,Lesser
,LesserEqual
,NotEquals
比較条件文の抽象クラス。
- 関連項目:
-
コンストラクタの概要
コンストラクタ説明ComparisonPredicate
(String propertyName, Object valueLiteral) ComparisonPredicate
(ValueExpression property, ValueExpression value) -
メソッドの概要
修飾子とタイプメソッド説明boolean
protected abstract String
getValue()
int
hashCode()
void
setProperty
(ValueExpression property) void
setPropertyName
(String propertyName) void
setValue
(ValueExpression value) toString()
クラスから継承されたメソッド org.iplass.mtp.entity.query.condition.Condition
accept, newCondition
-
コンストラクタの詳細
-
ComparisonPredicate
public ComparisonPredicate() -
ComparisonPredicate
-
ComparisonPredicate
-
-
メソッドの詳細
-
getPropertyName
-
setPropertyName
-
setProperty
-
getProperty
-
getValue
-
setValue
-
toString
-
hashCode
public int hashCode() -
equals
-
getOpString
-