Class InListPredicate
java.lang.Object
org.hibernate.sql.ast.tree.predicate.AbstractPredicate
org.hibernate.sql.ast.tree.predicate.InListPredicate
- All Implemented Interfaces:
DomainResultProducer<Boolean>
,SqlSelectionProducer
,Expression
,Predicate
,SqlAstNode
-
Constructor Summary
ConstructorDescriptionInListPredicate
(Expression testExpression) InListPredicate
(Expression testExpression, boolean negated, JdbcMappingContainer expressionType) InListPredicate
(Expression testExpression, List<Expression> listExpressions) InListPredicate
(Expression testExpression, List<Expression> listExpressions, boolean negated, JdbcMappingContainer expressionType) InListPredicate
(Expression testExpression, Expression... listExpressions) -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(SqlAstWalker sqlTreeWalker) void
addExpression
(Expression expression) Methods inherited from class org.hibernate.sql.ast.tree.predicate.AbstractPredicate
getExpressionType, isEmpty, isNegated
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.sql.ast.tree.expression.Expression
createDomainResultSqlSelection, createSqlSelection, getColumnReference
Methods inherited from interface org.hibernate.sql.ast.tree.predicate.Predicate
applySqlSelections, createDomainResult
-
Constructor Details
-
InListPredicate
-
InListPredicate
public InListPredicate(Expression testExpression, boolean negated, JdbcMappingContainer expressionType) -
InListPredicate
-
InListPredicate
-
InListPredicate
public InListPredicate(Expression testExpression, List<Expression> listExpressions, boolean negated, JdbcMappingContainer expressionType)
-
-
Method Details
-
getTestExpression
-
getListExpressions
-
addExpression
-
accept
-