Uses of Interface
jakarta.persistence.metamodel.Type
-
Packages that use Type Package Description jakarta.persistence.metamodel Jakarta Persistence Metamodel API -
-
Uses of Type in jakarta.persistence.metamodel
Subinterfaces of Type in jakarta.persistence.metamodel Modifier and Type Interface Description interfaceBasicType<X>Instances of the typeBasicTyperepresent basic types (including temporal and enumerated types).interfaceEmbeddableType<X>Instances of the typeEmbeddableTyperepresent embeddable types.interfaceEntityType<X>Instances of the typeEntityTyperepresent entity types.interfaceIdentifiableType<X>Instances of the typeIdentifiableTyperepresent entity or mapped superclass types.interfaceManagedType<X>Instances of the typeManagedTyperepresent entity, mapped superclass, and embeddable types.interfaceMappedSuperclassType<X>Instances of the typeMappedSuperclassTyperepresent mapped superclass types.Methods in jakarta.persistence.metamodel that return Type Modifier and Type Method Description Type<E>PluralAttribute. getElementType()Return the type representing the element type of the collection.Type<?>IdentifiableType. getIdType()Return the type that represents the type of the id.Type<K>MapAttribute. getKeyType()Return the type representing the key type of the map.Type<T>SingularAttribute. getType()Return the type that represents the type of the attribute.
-