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