basic type (possibly an enumerated, LOB, or temporal type).">
Jakarta Persistence (JPA) Interface

jakarta.persistence.metamodel.BasicType<X>

Type Parameters:
<X> - The represented basic type
Super Interfaces:
Type<X>

An instance of BasicType represents a basic type (possibly an enumerated, LOB, or temporal type).
Since:
Jakarta Persistence (JPA) 2.0

Public Instance Methods

Class<X> getJavaType()
Return the represented Java type.
Inherited from Type<X>
Returns:
Java type.
Since:
Jakarta Persistence (JPA) 1.0
Return the persistence type.
Inherited from Type<X>
Returns:
persistence type.
Since:
Jakarta Persistence (JPA) 1.0