Uses of Interface
jakarta.persistence.metamodel.IdentifiableType
Packages that use IdentifiableType
-
Uses of IdentifiableType in jakarta.persistence.metamodel
Subinterfaces of IdentifiableType in jakarta.persistence.metamodelModifier and TypeInterfaceDescriptioninterface
EntityType<X>
An instance ofEntityType
represents an entity type.interface
An instance of the typeMappedSuperclassType
represents a mapped superclass type.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.