Class 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
- All Implemented Interfaces:
Serializable
,ASTNode
- Direct Known Subclasses:
Equals
,Greater
,GreaterEqual
,Lesser
,LesserEqual
,NotEquals
比較条件文の抽象クラス。
- See Also:
-
Constructor Summary
ConstructorDescriptionComparisonPredicate
(String propertyName, Object valueLiteral) ComparisonPredicate
(ValueExpression property, ValueExpression value) -
Method Summary
Modifier and TypeMethodDescriptionboolean
protected abstract String
getValue()
int
hashCode()
void
setProperty
(ValueExpression property) void
setPropertyName
(String propertyName) void
setValue
(ValueExpression value) toString()
Methods inherited from class org.iplass.mtp.entity.query.condition.Condition
accept, newCondition
-
Constructor Details
-
ComparisonPredicate
public ComparisonPredicate() -
ComparisonPredicate
-
ComparisonPredicate
-
-
Method Details
-
getPropertyName
-
setPropertyName
-
setProperty
-
getProperty
-
getValue
-
setValue
-
toString
-
hashCode
public int hashCode() -
equals
-
getOpString
-