Uses of Interface
org.hibernate.query.criteria.JpaDerivedRoot
-
Packages that use JpaDerivedRoot Package Description org.hibernate.query.criteria Hibernate's support for JPA criteria queries.org.hibernate.query.sqm.tree.domain -
-
Uses of JpaDerivedRoot in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return JpaDerivedRoot Modifier and Type Method Description <X> JpaDerivedRoot<X>
JpaSelectCriteria. from(jakarta.persistence.criteria.Subquery<X> subquery)
Create and add a query root corresponding to the given subquery, forming a cartesian product with any existing roots. -
Uses of JpaDerivedRoot in org.hibernate.query.sqm.tree.domain
Classes in org.hibernate.query.sqm.tree.domain that implement JpaDerivedRoot Modifier and Type Class Description class
SqmDerivedRoot<T>
-