Uses of Interface
jakarta.persistence.criteria.Root
Packages that use Root
Package
Description
Defines the Jakarta Persistence Criteria Query API.
-
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.CriteriaStatement.from(EntityType<T> entity) Create and add a statement root corresponding to the entity that is affected by the statement.Create and add a statement root corresponding to the entity that is affected by the statement.CriteriaStatement.getRoot()Return the statement root.<X, T extends X>
Root<T> Downcast Root object to the specified type.Downcast the root type to the given type.Methods in jakarta.persistence.criteria that return types with arguments of type RootMethods in jakarta.persistence.criteria with parameters of type Root