JPA Interface

Type<X>

Type Parameters:
<X> - The type of the represented object or attribute

Instances of the type Type represent persistent object or attribute types.
Since:
JPA 2.0

Public Methods

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