| Package | Description |
|---|---|
| javax.persistence.criteria | |
| javax.persistence.metamodel |
| Modifier and Type | Method and Description |
|---|---|
EntityType<X> |
Root.getModel() |
| Modifier and Type | Method and Description |
|---|---|
<X> Root<X> |
AbstractQuery.from(EntityType<X> entity) |
| Modifier and Type | Method and Description |
|---|---|
<X> EntityType<X> |
Metamodel.entity(java.lang.Class<X> cl) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<EntityType<?>> |
Metamodel.getEntities() |