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 TypeInterfaceDescriptioninterfaceEntityType<X>Instances of the typeEntityTyperepresent entity types.interfaceInstances of the typeMappedSuperclassTyperepresent 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.