Uses of Interface
javax.persistence.criteria.Root
Packages that use Root
-
Uses of Root in javax.persistence.criteria
Methods in javax.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> Create and add a query root corresponding to the given entity, forming a cartesian product with any existing roots.<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.Create and add a query root corresponding to the entity that is the target of the delete.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 update.CriteriaUpdate.from
(EntityType<T> entity) 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 javax.persistence.criteria that return types with arguments of type RootMethods in javax.persistence.criteria with parameters of type Root