X - Entity generic java type.public class DefaultEntityType<X> extends AbstractIdentifiableType<X> implements javax.persistence.metamodel.EntityType<X>
EntityType
DefaultEmbeddableType implements EntityType
interface, invokes constructor with PersistenceType.ENTITY. Default
implementation of Type interface is provided by AbstractTypehasValidationConstraints| Constructor and Description |
|---|
DefaultEntityType(Class<X> clazz,
javax.persistence.metamodel.Type.PersistenceType persistenceType,
AbstractIdentifiableType<? super X> superClazzType)
Default constructor using fields.
|
| Modifier and Type | Method and Description |
|---|---|
Class<X> |
getBindableJavaType() |
javax.persistence.metamodel.Bindable.BindableType |
getBindableType() |
String |
getName() |
addIdAttribute, getDeclaredId, getDeclaredVersion, getId, getIdAttribute, getIdClassAttributes, getIdType, getSupertype, getVersion, hasSingleIdAttribute, hasVersionAttributeaddPluralAttribute, addSingularAttribute, getAttribute, getAttributeBinding, getAttributes, getCollection, getCollection, getDeclaredAttribute, getDeclaredAttributes, getDeclaredCollection, getDeclaredCollection, getDeclaredList, getDeclaredList, getDeclaredMap, getDeclaredMap, getDeclaredPluralAttributes, getDeclaredSet, getDeclaredSet, getDeclaredSingularAttribute, getDeclaredSingularAttribute, getDeclaredSingularAttributes, getDiscriminatorColumn, getDiscriminatorValue, getEntityAnnotation, getInheritenceType, getList, getList, getMap, getMap, getPluralAttributes, getSchemaName, getSet, getSet, getSingularAttribute, getSingularAttribute, getSingularAttributes, getSubManagedType, getSuperClazzType, getTableName, hasEmbeddableAttribute, hasLobAttribute, hasValidationConstraints, isInherited, setHasLobAttributegetJavaType, getPersistenceTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDeclaredId, getDeclaredVersion, getId, getIdClassAttributes, getIdType, getSupertype, getVersion, hasSingleIdAttribute, hasVersionAttributegetAttribute, getAttributes, getCollection, getCollection, getDeclaredAttribute, getDeclaredAttributes, getDeclaredCollection, getDeclaredCollection, getDeclaredList, getDeclaredList, getDeclaredMap, getDeclaredMap, getDeclaredPluralAttributes, getDeclaredSet, getDeclaredSet, getDeclaredSingularAttribute, getDeclaredSingularAttribute, getDeclaredSingularAttributes, getList, getList, getMap, getMap, getPluralAttributes, getSet, getSet, getSingularAttribute, getSingularAttribute, getSingularAttributespublic DefaultEntityType(Class<X> clazz, javax.persistence.metamodel.Type.PersistenceType persistenceType, AbstractIdentifiableType<? super X> superClazzType)
public javax.persistence.metamodel.Bindable.BindableType getBindableType()
getBindableType in interface javax.persistence.metamodel.Bindable<X>public Class<X> getBindableJavaType()
getBindableJavaType in interface javax.persistence.metamodel.Bindable<X>Copyright © 2015. All Rights Reserved.