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
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 org.hibernate.sql.ast.tree.predicate.AbstractPredicate
getExpressionType, isEmpty, isNegatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.sql.ast.tree.expression.Expression
createDomainResultSqlSelection, createSqlSelection, getColumnReferenceMethods 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
-