Class ModifiedSubQueryExpression
- java.lang.Object
-
- org.hibernate.sql.ast.tree.expression.ModifiedSubQueryExpression
-
- All Implemented Interfaces:
SqlSelectionProducer
,Expression
,SqlAstNode
public class ModifiedSubQueryExpression extends Object implements Expression
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ModifiedSubQueryExpression.Modifier
-
Constructor Summary
Constructors Constructor Description ModifiedSubQueryExpression(SelectStatement subQuery, ModifiedSubQueryExpression.Modifier modifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(SqlAstWalker sqlTreeWalker)
JdbcMappingContainer
getExpressionType()
The type for this expressionModifiedSubQueryExpression.Modifier
getModifier()
SelectStatement
getSubQuery()
-
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
-
-
-
-
Constructor Detail
-
ModifiedSubQueryExpression
public ModifiedSubQueryExpression(SelectStatement subQuery, ModifiedSubQueryExpression.Modifier modifier)
-
-
Method Detail
-
getSubQuery
public SelectStatement getSubQuery()
-
getModifier
public ModifiedSubQueryExpression.Modifier getModifier()
-
accept
public void accept(SqlAstWalker sqlTreeWalker)
- Specified by:
accept
in interfaceSqlAstNode
-
getExpressionType
public JdbcMappingContainer getExpressionType()
Description copied from interface:Expression
The type for this expression- Specified by:
getExpressionType
in interfaceExpression
-
-