X - The represented entity typepublic class MappedSuperclassTypeImpl<X> extends IdentifiableTypeImpl<X> implements javax.persistence.metamodel.MappedSuperclassType<X>
MappedSuperclassType.| Constructor and Description |
|---|
MappedSuperclassTypeImpl(MetamodelImpl metamodel,
MappedSuperclassTypeImpl<? super X> parent,
Class<X> javaType,
MappedSuperclassMetadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.metamodel.Type.PersistenceType |
getPersistenceType() |
addAttribute, addAttributes, fireCallbacks, getAvailability, getCallbackManager, getDeclaredId, getDeclaredVersion, getId, getIdClassAttributes, getIdType, getSupertype, getVersion, getVersionAttribute, getVersionType, hasSingleIdAttribute, hasVersionAttribute, updateAvailabilitygetAttribute, getAttributes, getCollection, getCollection, getDeclaredAttribute, getDeclaredAttributes, getDeclaredCollection, getDeclaredCollection, getDeclaredList, getDeclaredList, getDeclaredMap, getDeclaredMap, getDeclaredPluralAttributes, getDeclaredSet, getDeclaredSet, getDeclaredSingularAttribute, getDeclaredSingularAttribute, getDeclaredSingularAttributes, getList, getList, getLocator, getMap, getMap, getName, getPluralAttributes, getSet, getSet, getSingularAttribute, getSingularAttribute, getSingularAttributesgetJavaType, getMetamodelclone, 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 MappedSuperclassTypeImpl(MetamodelImpl metamodel, MappedSuperclassTypeImpl<? super X> parent, Class<X> javaType, MappedSuperclassMetadata metadata)
metamodel - the metamodelparent - the parent typejavaType - the java type of the managed typemetadata - the metadatapublic javax.persistence.metamodel.Type.PersistenceType getPersistenceType()
getPersistenceType in interface javax.persistence.metamodel.Type<X>Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.