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 interface
BasicType<X>
interface
EmbeddableType<X>
An instance ofEmbeddableType
represents an embeddable type.interface
EntityType<X>
An instance ofEntityType
represents an entity type.interface
IdentifiableType<X>
An instance of the typeIdentifiableType
represents an entity or mapped superclass type.interface
ManagedType<X>
Instances of the typeManagedType
represent entity, mapped superclass, and embeddable types.interface
MappedSuperclassType<X>
An instance of the typeMappedSuperclassType
represents 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.
-