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>interfaceEmbeddableType<X>An instance ofEmbeddableTyperepresents an embeddable type.interfaceEntityType<X>An instance ofEntityTyperepresents an entity type.interfaceIdentifiableType<X>An instance of the typeIdentifiableTyperepresents an entity or mapped superclass type.interfaceManagedType<X>Instances of the typeManagedTyperepresent entity, mapped superclass, and embeddable types.interfaceMappedSuperclassType<X>An instance of the typeMappedSuperclassTyperepresents a mapped superclass type.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.
-