Uses of Interface
jakarta.persistence.criteria.Root
Packages that use Root
Package
Description
Jakarta Persistence Criteria API
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
SPI for extending
HibernateCriteriaBuilder
with additional functionality by registering a Service.This package defines a semantic model of HQL queries.
Package for the SQM-backed Query implementation details
Nodes representing path expressions in the SQM tree.
Nodes representing root entities and joins in the SQM tree.
Nodes representing
select statements in the SQM tree.-
Uses of Root in jakarta.persistence.criteria
Methods in jakarta.persistence.criteria that return RootModifier and TypeMethodDescription<Y> Root<Y>Create a subquery root correlated to a root of the enclosing query.<X> Root<X>AbstractQuery.from(EntityType<X> entity) Create and add a query root corresponding to the given entity, forming a cartesian product with any existing roots.<X> Root<X>Create and add a query root corresponding to the given entity, forming a cartesian product with any existing roots.CriteriaDelete.from(EntityType<T> entity) Create and add a query root corresponding to the entity that is the target of the delete.Create and add a query root corresponding to the entity that is the target of the delete.CriteriaUpdate.from(EntityType<T> entity) Create and add a query root corresponding to the entity that is the target of the update.Create and add a query root corresponding to the entity that is the target of the update.CriteriaDelete.getRoot()Return the query root.CriteriaUpdate.getRoot()Return the query root.<X,T extends X>
Root<T>Downcast Root object to the specified type.Methods in jakarta.persistence.criteria that return types with arguments of type RootMethods in jakarta.persistence.criteria with parameters of type Root -
Uses of Root in org.hibernate.query.criteria
Subinterfaces of Root in org.hibernate.query.criteriaMethods in org.hibernate.query.criteria that return types with arguments of type RootModifier and TypeMethodDescriptionCriteriaDefinition.getRootList()JpaCriteriaQuery.getRootList()Return the roots as a list.CriteriaDefinition.getRoots()Methods in org.hibernate.query.criteria with parameters of type Root -
Uses of Root in org.hibernate.query.criteria.spi
Methods in org.hibernate.query.criteria.spi with parameters of type Root -
Uses of Root in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type Root -
Uses of Root in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type Root -
Uses of Root in org.hibernate.query.sqm.tree.domain
Classes in org.hibernate.query.sqm.tree.domain that implement RootModifier and TypeClassDescriptionclassclassclassSqmCteRoot<T>classclassSqmTreatedRoot<T,S extends T> -
Uses of Root in org.hibernate.query.sqm.tree.from
Classes in org.hibernate.query.sqm.tree.from that implement Root -
Uses of Root in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select that return types with arguments of type RootModifier and TypeMethodDescriptionAbstractSqmSelectQuery.getRootList()AbstractSqmSelectQuery.getRoots()Methods in org.hibernate.query.sqm.tree.select with parameters of type Root