Uses of Interface
jakarta.persistence.metamodel.Type
-
Uses of Type in jakarta.persistence.metamodel
Modifier and TypeInterfaceDescriptioninterface
BasicType<X>
interface
An instance ofEmbeddableType
represents an embeddable type.interface
EntityType<X>
An instance ofEntityType
represents an entity type.interface
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
An instance of the typeMappedSuperclassType
represents a mapped superclass type.Modifier 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.