Class InArrayPredicate
- java.lang.Object
-
- org.hibernate.sql.ast.tree.predicate.AbstractPredicate
-
- org.hibernate.sql.ast.tree.predicate.InArrayPredicate
-
- All Implemented Interfaces:
DomainResultProducer<Boolean>
,SqlSelectionProducer
,Expression
,Predicate
,SqlAstNode
public class InArrayPredicate extends AbstractPredicate
-
-
Constructor Summary
Constructors Constructor Description InArrayPredicate(Expression testExpression, JdbcParameter arrayParameter)
InArrayPredicate(Expression testExpression, JdbcParameter arrayParameter, JdbcMappingContainer expressionType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(SqlAstWalker sqlTreeWalker)
JdbcParameter
getArrayParameter()
Expression
getTestExpression()
-
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, createDomainResultSqlSelection, createSqlSelection, createSqlSelection, getColumnReference
-
Methods inherited from interface org.hibernate.sql.ast.tree.predicate.Predicate
applySqlSelections, createDomainResult
-
-
-
-
Constructor Detail
-
InArrayPredicate
public InArrayPredicate(Expression testExpression, JdbcParameter arrayParameter, JdbcMappingContainer expressionType)
-
InArrayPredicate
public InArrayPredicate(Expression testExpression, JdbcParameter arrayParameter)
-
-
Method Detail
-
getTestExpression
public Expression getTestExpression()
-
getArrayParameter
public JdbcParameter getArrayParameter()
-
accept
public void accept(SqlAstWalker sqlTreeWalker)
-
-