Uses of Interface
org.hibernate.query.sqm.tree.select.SqmAliasedExpressionContainer
Packages that use SqmAliasedExpressionContainer
Package
Description
Nodes representing
select
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 SqmAliasedExpressionContainerModifier and TypeClassDescriptionclass
Represents a dynamic instantiation (select new XYZ(...) ...
) as part of the SQM.class
The semantic select clause.