|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntityType | |
---|---|
javax.persistence.criteria | |
javax.persistence.metamodel |
Uses of EntityType in javax.persistence.criteria |
---|
Methods in javax.persistence.criteria that return EntityType | |
---|---|
EntityType<X> |
Root.getModel()
Return the metamodel entity corresponding to the root. |
Methods in javax.persistence.criteria with parameters of type EntityType | ||
---|---|---|
|
AbstractQuery.from(EntityType<X> entity)
Create and add a query root corresponding to the given entity, forming a cartesian product with any existing roots. |
Uses of EntityType in javax.persistence.metamodel |
---|
Methods in javax.persistence.metamodel that return EntityType | ||
---|---|---|
|
Metamodel.entity(Class<X> cls)
Return the metamodel entity type representing the entity. |
Methods in javax.persistence.metamodel that return types with arguments of type EntityType | |
---|---|
Set<EntityType<?>> |
Metamodel.getEntities()
Return the metamodel entity types. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |