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
-
Constructor Summary
ConstructorDescriptionInArrayPredicate
(Expression testExpression, JdbcParameter arrayParameter) InArrayPredicate
(Expression testExpression, JdbcParameter arrayParameter, JdbcMappingContainer expressionType) -
Method Summary
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
-
InArrayPredicate
public InArrayPredicate(Expression testExpression, JdbcParameter arrayParameter, JdbcMappingContainer expressionType) -
InArrayPredicate
-
-
Method Details
-
getTestExpression
-
getArrayParameter
-
accept
-