Uses of Interface
org.hibernate.query.criteria.JpaQueryStructure
-
Packages that use JpaQueryStructure Package Description org.hibernate.query.criteria Support for JPA criteria queries.org.hibernate.query.sqm.tree.select Nodes representingselectstatements in the SQM tree. -
-
Uses of JpaQueryStructure in org.hibernate.query.criteria
-
Uses of JpaQueryStructure in org.hibernate.query.sqm.tree.select
Classes in org.hibernate.query.sqm.tree.select that implement JpaQueryStructure Modifier and Type Class Description classSqmQuerySpec<T>Defines the commonality between a root query and a subquery.
-