Uses of Interface
javax.persistence.metamodel.IdentifiableType
Packages that use IdentifiableType
-
Uses of IdentifiableType in javax.persistence.metamodel
Subinterfaces of IdentifiableType in javax.persistence.metamodelModifier and TypeInterfaceDescriptioninterface
EntityType<X>
Instances of the typeEntityType
represent entity types.interface
Instances of the typeMappedSuperclassType
represent mapped superclass types.Methods in javax.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.