Package org.hibernate.query.sqm.tree.select
package org.hibernate.query.sqm.tree.select
Nodes representing
select
statements in the SQM tree.-
ClassDescriptionSqmAliasedExpressionContainer<T extends SqmAliasedNode<?>>Models any aliased expression.Represents a dynamic instantiation (
select new XYZ(...) ...
) as part of the SQM.Represents an individual argument to a dynamic instantiation.Represents the thing-to-be-instantiated in a dynamic instantiation expression.A grouped list of queries connected through a certain set operator.SqmQueryPart<T>Defines the ordering and fetch/offset part of a query which is shared with query groups.SqmQuerySpec<T>Defines the commonality between a root query and a subquery.Defines a SQM AST node that can be used as a selection in the query, or as an argument to a dynamic-instantiation.The semantic select clause.SqmSelection<T>Represents an individual selection within a select clause.SqmSubQuery<T>