Uses of Interface
org.hibernate.query.sqm.tree.select.SqmAliasedNode
Packages that use SqmAliasedNode
Package
Description
Implementation of the SPIs for HQL support.
SPIs for HQL support.
Package for the translation of SQM into SQL AST
Nodes representing
select statements in the SQM tree.-
Uses of SqmAliasedNode in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal that return SqmAliasedNodeModifier and TypeMethodDescriptionSqmPathRegistryImpl.findAliasedNodeByAlias(String alias) SqmPathRegistryImpl.findAliasedNodeByPosition(int position) Methods in org.hibernate.query.hql.internal with parameters of type SqmAliasedNode -
Uses of SqmAliasedNode in org.hibernate.query.hql.spi
Methods in org.hibernate.query.hql.spi that return SqmAliasedNodeModifier and TypeMethodDescriptionSqmPathRegistry.findAliasedNodeByAlias(String alias) Find a node (if one) by the explicit alias assigned to it within the select-clauseSqmPathRegistry.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.sql
Constructor parameters in org.hibernate.query.sqm.sql with type arguments of type SqmAliasedNodeModifierConstructorDescriptionSqmAliasedNodePositionTracker(SqlExpressionResolver delegate, List<? extends SqmAliasedNode<?>> selections) -
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.