Uses of Interface
jakarta.persistence.metamodel.IdentifiableType
Packages that use IdentifiableType
Package
Description
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.
Nodes representing path expressions in the SQM tree.
-
Uses of IdentifiableType in jakarta.persistence.metamodel
Subinterfaces of IdentifiableType in jakarta.persistence.metamodelModifier and TypeInterfaceDescriptioninterfaceEntityType<X>Instances of the typeEntityTyperepresent entity types.interfaceInstances of the typeMappedSuperclassTyperepresent mapped superclass types.Methods in jakarta.persistence.metamodel that return IdentifiableTypeModifier and TypeMethodDescriptionIdentifiableType<? super X>IdentifiableType.getSupertype()Return the identifiable type that corresponds to the most specific mapped superclass or entity extended by the entity or mapped superclass. -
Uses of IdentifiableType in org.hibernate.metamodel.model.domain
Subinterfaces of IdentifiableType in org.hibernate.metamodel.model.domainModifier and TypeInterfaceDescriptioninterfaceExtension to the JPAEntityTypecontract.interfaceExtension to the JPAIdentifiableTypecontract.interfaceExtension of the JPAMappedSuperclassTypecontractClasses in org.hibernate.metamodel.model.domain that implement IdentifiableTypeModifier and TypeClassDescriptionclassFunctionality common to all implementations ofIdentifiableType. -
Uses of IdentifiableType in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement IdentifiableTypeModifier and TypeClassDescriptionclassImplementation ofEntityType.classImplementation ofMappedSuperclassType. -
Uses of IdentifiableType in org.hibernate.query.sqm.tree.domain
Classes in org.hibernate.query.sqm.tree.domain that implement IdentifiableTypeModifier and TypeClassDescriptionclassActs as theEntityDomainTypefor a "polymorphic query" grouping.