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 TypeClassDescriptionclassRepresents a dynamic instantiation (select new XYZ(...) ...) as part of the SQM.classThe semantic select clause.