X
- The type of the represented object or attributeBasicType<X>
, EmbeddableType<X>
, EntityType<X>
, IdentifiableType<X>
, ManagedType<X>
, MappedSuperclassType<X>
public interface Type<X>
Type
represent persistent object
or attribute types.Modifier and Type | Interface | Description |
---|---|---|
static class |
Type.PersistenceType |
Modifier and Type | Method | 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()
Copyright © 2018. All rights reserved.