X - the generic typepublic abstract class AbstractType<X> extends Object implements javax.persistence.metamodel.Type<X>
Type interface of MetaModel API.| Modifier and Type | Field and Description |
|---|---|
private Class<X> |
clazzType
The clazz type.
|
private javax.persistence.metamodel.Type.PersistenceType |
persistenceType
The persistence type.
|
| Constructor and Description |
|---|
AbstractType(Class<X> clazz,
javax.persistence.metamodel.Type.PersistenceType persistenceType)
Instantiates a new default type.
|
private javax.persistence.metamodel.Type.PersistenceType persistenceType
public javax.persistence.metamodel.Type.PersistenceType getPersistenceType()
getPersistenceType in interface javax.persistence.metamodel.Type<X>Copyright © 2015. All Rights Reserved.