X - Embeddable generic java type.public class DefaultMappedSuperClass<X> extends AbstractIdentifiableType<X> implements javax.persistence.metamodel.MappedSuperclassType<X>
MappedSuperclassType
DefaultMappedSuperClass implements
MappedSuperclassType interface, invokes constructor with
PersistenceType.MAPPED_SUPERCLASS. Default implementation of Type
interface is provided by AbstractTypehasValidationConstraints| Constructor and Description |
|---|
DefaultMappedSuperClass(Class<X> clazz,
javax.persistence.metamodel.Type.PersistenceType persistenceType,
AbstractIdentifiableType<? super X> superClazzType)
Default constructor using fields.
|
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 DefaultMappedSuperClass(Class<X> clazz, javax.persistence.metamodel.Type.PersistenceType persistenceType, AbstractIdentifiableType<? super X> superClazzType)
Copyright © 2015. All Rights Reserved.