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 TypeInterfaceDescriptioninterfaceEntityType<X>An instance ofEntityTyperepresents an entity type.interfaceAn instance of the typeMappedSuperclassTyperepresents 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.