Uses of Interface
org.hibernate.query.criteria.JpaFunctionRoot
Packages that use JpaFunctionRoot
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.
Nodes representing
select
statements in the SQM tree.-
Uses of JpaFunctionRoot in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return JpaFunctionRootModifier and TypeMethodDescription<X> JpaFunctionRoot<X>
CriteriaDefinition.from
(JpaSetReturningFunction<X> function) <X> JpaFunctionRoot<X>
JpaSelectCriteria.from
(JpaSetReturningFunction<X> function) Create and add a query root corresponding to the given set-returning function, forming a cartesian product with any existing roots. -
Uses of JpaFunctionRoot in org.hibernate.query.sqm.tree.domain
Classes in org.hibernate.query.sqm.tree.domain that implement JpaFunctionRoot -
Uses of JpaFunctionRoot in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select that return JpaFunctionRootModifier and TypeMethodDescription<X> JpaFunctionRoot<X>
AbstractSqmSelectQuery.from
(JpaSetReturningFunction<X> function)