Package | Description |
---|---|
javax.persistence.criteria |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Root<?>> |
AbstractQuery.getRoots() |
Modifier and Type | Method and Description |
---|---|
<Y> Root<Y> |
Subquery.correlate(Root<Y> parentRoot) |