Class GroupedPredicate
java.lang.Object
org.hibernate.sql.ast.tree.predicate.GroupedPredicate
- All Implemented Interfaces:
org.hibernate.query.sqm.sql.internal.DomainResultProducer<Boolean>, SqlSelectionProducer, Expression, Predicate, SqlAstNode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(SqlAstWalker sqlTreeWalker) The type for this expressionbooleanisEmpty()Methods 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
-
GroupedPredicate
-
-
Method Details
-
getSubPredicate
-
isEmpty
-
accept
- Specified by:
acceptin interfaceSqlAstNode
-
getExpressionType
Description copied from interface:ExpressionThe type for this expression- Specified by:
getExpressionTypein interfaceExpression
-