Uses of Interface
jakarta.persistence.metamodel.EntityType
Packages that use EntityType
Package
Description
Jakarta Persistence Criteria API
Jakarta Persistence Metamodel API
Defines the runtime domain metamodel, which describes the Java aspect of
the application's domain model parts (entities, attributes).
Implementation of the SPI for the runtime domain metamodel.
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
This package contains the classes that make up the SQM tree nodes.
Nodes representing path expressions in the SQM tree.
Nodes representing
select statements in the SQM tree.-
Uses of EntityType in jakarta.persistence.criteria
Methods in jakarta.persistence.criteria that return EntityTypeModifier and TypeMethodDescriptionRoot.getModel()Return the metamodel entity corresponding to the root.Methods in jakarta.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 jakarta.persistence.metamodel
Methods in jakarta.persistence.metamodel that return EntityTypeModifier and TypeMethodDescription<X> EntityType<X>Return the metamodel entity type representing the entity.Methods in jakarta.persistence.metamodel that return types with arguments of type EntityTypeModifier and TypeMethodDescriptionSet<EntityType<?>>Metamodel.getEntities()Return the metamodel entity types. -
Uses of EntityType in org.hibernate.metamodel.model.domain
Subinterfaces of EntityType in org.hibernate.metamodel.model.domainMethods in org.hibernate.metamodel.model.domain that return types with arguments of type EntityType -
Uses of EntityType in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement EntityTypeMethods in org.hibernate.metamodel.model.domain.internal that return types with arguments of type EntityTypeModifier and TypeMethodDescriptionSet<EntityType<?>>JpaMetamodelImpl.getEntities()Set<EntityType<?>>MappingMetamodelImpl.getEntities() -
Uses of EntityType in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria with parameters of type EntityTypeModifier and TypeMethodDescription<X> JpaRoot<X>CriteriaDefinition.from(EntityType<X> entity) JpaCriteriaDelete.from(EntityType<T> entity) <X> JpaRoot<X>JpaCriteriaQuery.from(EntityType<X> entity) JpaCriteriaUpdate.from(EntityType<T> entity) <X> JpaRoot<X>JpaSelectCriteria.from(EntityType<X> entity) -
Uses of EntityType in org.hibernate.query.sqm.tree
Methods in org.hibernate.query.sqm.tree with parameters of type EntityType -
Uses of EntityType in org.hibernate.query.sqm.tree.domain
Classes in org.hibernate.query.sqm.tree.domain that implement EntityTypeModifier and TypeClassDescriptionclassActs as theEntityDomainTypefor a "polymorphic query" grouping. -
Uses of EntityType in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select with parameters of type EntityTypeModifier and TypeMethodDescription<X> SqmRoot<X>AbstractSqmSelectQuery.from(EntityType<X> entityType)