Class InArrayPredicate
java.lang.Object
org.hibernate.sql.ast.tree.predicate.AbstractPredicate
org.hibernate.sql.ast.tree.predicate.InArrayPredicate
- All Implemented Interfaces:
org.hibernate.query.sqm.sql.internal.DomainResultProducer<Boolean>, SqlSelectionProducer, Expression, Predicate, SqlAstNode
-
Constructor Summary
ConstructorsConstructorDescriptionInArrayPredicate(Expression testExpression, JdbcParameter arrayParameter) InArrayPredicate(Expression testExpression, JdbcParameter arrayParameter, JdbcMappingContainer expressionType) -
Method Summary
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
-
InArrayPredicate
public InArrayPredicate(Expression testExpression, JdbcParameter arrayParameter, JdbcMappingContainer expressionType) -
InArrayPredicate
-
-
Method Details
-
getTestExpression
-
getArrayParameter
-
accept
-