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 interfaceEntityType<X>Instances of the typeEntityTyperepresent entity types.interfaceMappedSuperclassType<X>Instances of the typeMappedSuperclassTyperepresent mapped superclass types.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.
-