Class SelectClause
java.lang.Object
org.hibernate.sql.ast.tree.select.SelectClause
- All Implemented Interfaces:
SqlAstNode
The SELECT CLAUSE in the SQL AST. Each selection here is a
DomainResultProducer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(SqlAstWalker sqlTreeWalker) void
addSqlSelection
(SqlSelection sqlSelection) boolean
void
makeDistinct
(boolean distinct)
-
Constructor Details
-
SelectClause
public SelectClause() -
SelectClause
public SelectClause(int estimateSelectionSize)
-
-
Method Details
-
makeDistinct
public void makeDistinct(boolean distinct) -
isDistinct
public boolean isDistinct() -
addSqlSelection
-
getSqlSelections
-
accept
- Specified by:
accept
in interfaceSqlAstNode
-