Uses of Interface
org.hibernate.query.criteria.JpaDerivedRoot
Packages that use JpaDerivedRoot
Package
Description
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
Nodes representing path expressions in the SQM tree.
-
Uses of JpaDerivedRoot in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return JpaDerivedRootModifier and TypeMethodDescription<X> JpaDerivedRoot<X>
<X> JpaDerivedRoot<X>
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