Uses of Interface
javax.persistence.metamodel.EntityType
Packages that use EntityType
Package
Description
Jakarta Persistence Criteria API
Jakarta Persistence Metamodel API
-
Uses of EntityType in javax.persistence.criteria
Methods in javax.persistence.criteria that return EntityTypeModifier and TypeMethodDescriptionRoot.getModel()
Return the metamodel entity corresponding to the root.Methods in javax.persistence.criteria with parameters of type EntityTypeModifier and TypeMethodDescription<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.CriteriaDelete.from
(EntityType<T> entity) Create and add a query root corresponding to the entity that is the target of the delete.CriteriaUpdate.from
(EntityType<T> entity) Create and add a query root corresponding to the entity that is the target of the update. -
Uses of EntityType in javax.persistence.metamodel
Methods in javax.persistence.metamodel that return EntityTypeModifier and TypeMethodDescription<X> EntityType
<X> Return the metamodel entity type representing the entity.Methods in javax.persistence.metamodel that return types with arguments of type EntityTypeModifier and TypeMethodDescriptionSet
<EntityType<?>> Metamodel.getEntities()
Return the metamodel entity types.