|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Root | |
---|---|
javax.persistence.criteria |
Uses of Root in javax.persistence.criteria |
---|
Methods in javax.persistence.criteria that return Root | ||
---|---|---|
|
Subquery.correlate(Root<Y> parentRoot)
Create a subquery root correlated to a root of the enclosing query. |
|
|
AbstractQuery.from(Class<X> entityClass)
Create and add a query root corresponding to the given entity, forming a cartesian product with any existing roots. |
|
|
AbstractQuery.from(EntityType<X> entity)
Create and add a query root corresponding to the given entity, forming a cartesian product with any existing roots. |
Methods in javax.persistence.criteria that return types with arguments of type Root | |
---|---|
Set<Root<?>> |
AbstractQuery.getRoots()
Return the query roots. |
Methods in javax.persistence.criteria with parameters of type Root | ||
---|---|---|
|
Subquery.correlate(Root<Y> parentRoot)
Create a subquery root correlated to a root of the enclosing query. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |