Uses of Interface
org.hibernate.query.sqm.tree.from.SqmFromClauseContainer
-
Packages that use SqmFromClauseContainer Package Description org.hibernate.query.sqm.tree.select Nodes representingselect
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 SqmFromClauseContainer Modifier and Type Class Description class
SqmQuerySpec<T>
Defines the commonality between a root query and a subquery.
-