Class InSubQueryPredicate
java.lang.Object
org.hibernate.sql.ast.tree.predicate.AbstractPredicate
org.hibernate.sql.ast.tree.predicate.InSubQueryPredicate
- All Implemented Interfaces:
org.hibernate.query.sqm.sql.internal.DomainResultProducer<Boolean>, SqlSelectionProducer, Expression, Predicate, SqlAstNode
-
Constructor Summary
ConstructorsConstructorDescriptionInSubQueryPredicate(Expression testExpression, QueryPart subQuery, boolean negated) InSubQueryPredicate(Expression testExpression, SelectStatement subQuery, boolean negated, 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
-
InSubQueryPredicate
-
InSubQueryPredicate
public InSubQueryPredicate(Expression testExpression, SelectStatement subQuery, boolean negated, JdbcMappingContainer expressionType)
-
-
Method Details
-
getTestExpression
-
getSubQuery
-
accept
-