BasicType
- Type Parameters:
<X>
- The type of the represented basic type
- Super Interfaces:
Type<X>
Instances of the type
BasicType
represent basic types (including temporal and enumerated types). - Since:
- JPA 2.0
Public Methods
Class<X> getJavaType()
- Return:
- Java type
- Inherited from:
Type<X>
- Since:
- JPA 2.0
Type<X>.PersistenceType getPersistenceType()
- Return:
- persistence type
- Inherited from:
Type<X>
- Since:
- JPA 2.0