X
- The type of the represented object or attributepublic interface Type<X>
Type
represent persistent object
or attribute types.Modifier and Type | Interface and Description |
---|---|
static class |
Type.PersistenceType |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<X> |
getJavaType()
Return the represented Java type.
|
Type.PersistenceType |
getPersistenceType()
Return the persistence type.
|
Type.PersistenceType getPersistenceType()
java.lang.Class<X> getJavaType()