Uses of Interface
org.hibernate.query.sqm.tree.from.SqmFromClauseContainer
Packages that use SqmFromClauseContainer
Package
Description
Nodes representing
select statements in the SQM tree.-
Uses of SqmFromClauseContainer in org.hibernate.query.sqm.tree.select
Classes in org.hibernate.query.sqm.tree.select that implement SqmFromClauseContainerModifier and TypeClassDescriptionclassSqmQuerySpec<T>Defines the commonality between a root query and a subquery.