Class In
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.In
- All Implemented Interfaces:
Serializable,ASTNode
IN条件文を表す。
ValueExpressionのリスト、もしくはサブクエリーを指定可能。
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIn()In(String[] propertyName, List<ValueExpression> value) In(List<ValueExpression> property, List<ValueExpression> value) In(List<ValueExpression> property, Query subQuery) In(List<ValueExpression> property, SubQuery subQuery) In(ValueExpression property, Object... literalValues) In(ValueExpression property, List<ValueExpression> value) In(ValueExpression property, Query subQuery) In(ValueExpression property, SubQuery subQuery) -
Method Summary
Modifier and TypeMethodDescriptionaccept(ASTTransformer transformer) voidaccept(ConditionVisitor visitor) booleangetValue()inthashCode()voidsetProperty(ValueExpression... property) voidsetPropertyList(List<ValueExpression> propertyList) voidsetPropertyName(String... propertyName) voidsetSubQuery(SubQuery subQuery) voidsetValue(List<ValueExpression> value) toString()Methods inherited from class org.iplass.mtp.entity.query.condition.Condition
newCondition
-
Constructor Details
-
In
public In() -
In
-
In
-
In
-
In
-
In
-
In
-
In
-
In
-
In
-
In
-
In
-
In
-
In
-
In
-
-
Method Details
-
setPropertyName
-
setProperty
-
setPropertyList
-
getPropertyList
-
getValue
-
setValue
-
getSubQuery
-
setSubQuery
-
accept
-
toString
-
accept
-
hashCode
public int hashCode() -
equals
-