Package | Description |
---|---|
javax.persistence.criteria | |
javax.persistence.metamodel |
Modifier and Type | Method and Description |
---|---|
EntityType<X> |
Root.getModel()
Return the metamodel entity corresponding to the root.
|
Modifier and Type | Method and Description |
---|---|
<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.
|
Modifier and Type | Method and Description |
---|---|
<X> EntityType<X> |
Metamodel.entity(Class<X> cls)
Return the metamodel entity type representing the entity.
|
Modifier and Type | Method and Description |
---|---|
Set<EntityType<?>> |
Metamodel.getEntities()
Return the metamodel entity types.
|
Copyright © 2007–2017 Hibernate.org. All rights reserved.