Class InListPredicate
java.lang.Object
org.hibernate.sql.ast.tree.predicate.AbstractPredicate
org.hibernate.sql.ast.tree.predicate.InListPredicate
- All Implemented Interfaces:
org.hibernate.query.sqm.sql.internal.DomainResultProducer<Boolean>, SqlSelectionProducer, Expression, Predicate, SqlAstNode
-
Constructor Summary
ConstructorsConstructorDescriptionInListPredicate(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 TypeMethodDescriptionvoidaccept(SqlAstWalker sqlTreeWalker) voidaddExpression(Expression expression) Methods inherited from class AbstractPredicate
getExpressionType, isEmpty, isNegatedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Expression
createDomainResultSqlSelection, createSqlSelection, getColumnReferenceMethods inherited from interface 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
-