Uses of Interface
jakarta.persistence.metamodel.IdentifiableType
-
Packages that use IdentifiableType Package Description jakarta.persistence.metamodel Jakarta Persistence Metamodel API -
-
Uses of IdentifiableType in jakarta.persistence.metamodel
Subinterfaces of IdentifiableType in jakarta.persistence.metamodel Modifier and Type Interface Description interface
EntityType<X>
An instance ofEntityType
represents an entity type.interface
MappedSuperclassType<X>
An instance of the typeMappedSuperclassType
represents a mapped superclass type.Methods in jakarta.persistence.metamodel that return IdentifiableType Modifier and Type Method Description IdentifiableType<? 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.
-