Uses of Interface
org.hibernate.query.sqm.tree.select.SqmAliasedExpressionContainer
-
Packages that use SqmAliasedExpressionContainer Package Description org.hibernate.query.sqm.tree.select Nodes representingselect
statements in the SQM tree. -
-
Uses of SqmAliasedExpressionContainer in org.hibernate.query.sqm.tree.select
Classes in org.hibernate.query.sqm.tree.select that implement SqmAliasedExpressionContainer Modifier and Type Class Description class
SqmDynamicInstantiation<T>
Represents a dynamic instantiation (select new XYZ(...) ...
) as part of the SQM.class
SqmSelectClause
The semantic select clause.
-