Class Every
- java.lang.Object
-
- org.hibernate.sql.ast.tree.expression.Every
-
- All Implemented Interfaces:
org.hibernate.query.sqm.sql.internal.DomainResultProducer,SqlSelectionProducer,Expression,SqlAstNode
public class Every extends Object implements Expression, org.hibernate.query.sqm.sql.internal.DomainResultProducer
-
-
Constructor Summary
Constructors Constructor Description Every(QueryPart subquery, MappingModelExpressible<?> type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(SqlAstWalker walker)voidapplySqlSelections(DomainResultCreationState creationState)DomainResultcreateDomainResult(String resultVariable, DomainResultCreationState creationState)MappingModelExpressiblegetExpressionType()The type for this expressionQueryPartgetSubquery()-
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
createSqlSelection, getColumnReference
-
-
-
-
Constructor Detail
-
Every
public Every(QueryPart subquery, MappingModelExpressible<?> type)
-
-
Method Detail
-
getSubquery
public QueryPart getSubquery()
-
getExpressionType
public MappingModelExpressible getExpressionType()
Description copied from interface:ExpressionThe type for this expression- Specified by:
getExpressionTypein interfaceExpression
-
accept
public void accept(SqlAstWalker walker)
- Specified by:
acceptin interfaceSqlAstNode
-
createDomainResult
public DomainResult createDomainResult(String resultVariable, DomainResultCreationState creationState)
- Specified by:
createDomainResultin interfaceorg.hibernate.query.sqm.sql.internal.DomainResultProducer
-
applySqlSelections
public void applySqlSelections(DomainResultCreationState creationState)
- Specified by:
applySqlSelectionsin interfaceorg.hibernate.query.sqm.sql.internal.DomainResultProducer
-
-