Uses of Interface
org.hibernate.query.sqm.tree.select.SqmAliasedNode
Packages that use SqmAliasedNode
Package
Description
SPIs for HQL support.
Nodes representing
select statements in the SQM tree.-
Uses of SqmAliasedNode in org.hibernate.query.hql.spi
Methods in org.hibernate.query.hql.spi that return SqmAliasedNodeModifier and TypeMethodDescription@Nullable SqmAliasedNode<?> SqmPathRegistry.findAliasedNodeByAlias(String alias) Find a node (if one) by the explicit alias assigned to it within the select-clause@Nullable SqmAliasedNode<?> SqmPathRegistry.findAliasedNodeByPosition(int position) Find an SqmSelection by its position in the SqmSelectClauseMethods in org.hibernate.query.hql.spi with parameters of type SqmAliasedNodeModifier and TypeMethodDescriptionvoidSqmPathRegistry.register(SqmAliasedNode<?> aliasedNode) Register a node aliased within the select-clause -
Uses of SqmAliasedNode in org.hibernate.query.sqm.tree.select
Classes in org.hibernate.query.sqm.tree.select with type parameters of type SqmAliasedNodeModifier and TypeInterfaceDescriptioninterfaceSqmAliasedExpressionContainer<T extends SqmAliasedNode<?>>Classes in org.hibernate.query.sqm.tree.select that implement SqmAliasedNodeModifier and TypeClassDescriptionclassRepresents an individual argument to a dynamic instantiation.classSqmSelection<T>Represents an individual selection within a select clause.