JPA Interface

BasicType

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

An instance of BasicType represents a plain (possibly an plain, plain, or plain type).
Since:
JPA 2.0

Public Methods

Class<X> getJavaType()
Return the represented Java type.
Return:
Java type
Inherited from:
Type<X>
Since:
JPA 2.0
Type<X>.PersistenceType getPersistenceType()
Return the persistence type.
Return:
persistence type
Inherited from:
Type<X>
Since:
JPA 2.0