Uses of Interface
jakarta.persistence.metamodel.Type
Packages that use Type
-
Uses of Type in jakarta.persistence.metamodel
Subinterfaces of Type in jakarta.persistence.metamodelModifier and TypeInterfaceDescriptioninterfaceBasicType<X>interfaceAn instance ofEmbeddableTyperepresents an embeddable type.interfaceEntityType<X>An instance ofEntityTyperepresents an entity type.interfaceAn instance of the typeIdentifiableTyperepresents an entity or mapped superclass type.interfaceManagedType<X>Instances of the typeManagedTyperepresent entity, mapped superclass, and embeddable types.interfaceAn instance of the typeMappedSuperclassTyperepresents a mapped superclass type.Methods in jakarta.persistence.metamodel that return TypeModifier and TypeMethodDescriptionPluralAttribute.getElementType()Return the type representing the element type of the collection.Type<?> IdentifiableType.getIdType()Return the type that represents the type of the id.MapAttribute.getKeyType()Return the type representing the key type of the map.SingularAttribute.getType()Return the type that represents the type of the attribute.