Uses of Interface
javax.persistence.criteria.Root
-
Packages that use Root Package Description javax.persistence.criteria -
-
Uses of Root in javax.persistence.criteria
Methods in javax.persistence.criteria that return Root Modifier and Type Method Description <Y> Root<Y>
Subquery. correlate(Root<Y> parentRoot)
<X> Root<X>
AbstractQuery. from(java.lang.Class<X> entityClass)
<X> Root<X>
AbstractQuery. from(EntityType<X> entity)
Methods in javax.persistence.criteria that return types with arguments of type Root Modifier and Type Method Description java.util.Set<Root<?>>
AbstractQuery. getRoots()
Methods in javax.persistence.criteria with parameters of type Root Modifier and Type Method Description <Y> Root<Y>
Subquery. correlate(Root<Y> parentRoot)
-