Module org.datanucleus.api.jpa
Class MappedSuperclassTypeImpl<X>
- java.lang.Object
-
- org.datanucleus.api.jpa.metamodel.TypeImpl<X>
-
- org.datanucleus.api.jpa.metamodel.ManagedTypeImpl<X>
-
- org.datanucleus.api.jpa.metamodel.IdentifiableTypeImpl<X>
-
- org.datanucleus.api.jpa.metamodel.MappedSuperclassTypeImpl<X>
-
- All Implemented Interfaces:
javax.persistence.metamodel.IdentifiableType<X>,javax.persistence.metamodel.ManagedType<X>,javax.persistence.metamodel.MappedSuperclassType<X>,javax.persistence.metamodel.Type<X>
public class MappedSuperclassTypeImpl<X> extends IdentifiableTypeImpl<X> implements javax.persistence.metamodel.MappedSuperclassType<X>
Implementation of JPA Metamodel "MappedSuperclassType".
-
-
Field Summary
-
Fields inherited from class org.datanucleus.api.jpa.metamodel.ManagedTypeImpl
attributes, cmd, model
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMappedSuperclassTypeImpl(Class<X> cls, org.datanucleus.metadata.AbstractClassMetaData cmd, MetamodelImpl model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.persistence.metamodel.Type.PersistenceTypegetPersistenceType()-
Methods inherited from class org.datanucleus.api.jpa.metamodel.IdentifiableTypeImpl
getDeclaredId, getDeclaredVersion, getId, getIdClassAttributes, getIdType, getSupertype, getVersion, hasSingleIdAttribute, hasVersionAttribute
-
Methods inherited from class org.datanucleus.api.jpa.metamodel.ManagedTypeImpl
createAttributeForMember, getAttribute, getAttributes, getCollection, getCollection, getDeclaredAttribute, getDeclaredAttributes, getDeclaredCollection, getDeclaredCollection, getDeclaredList, getDeclaredList, getDeclaredMap, getDeclaredMap, getDeclaredPluralAttributes, getDeclaredSet, getDeclaredSet, getDeclaredSingularAttribute, getDeclaredSingularAttribute, getDeclaredSingularAttributes, getList, getList, getMap, getMap, getMetadata, getModel, getPluralAttributes, getSet, getSet, getSingularAttribute, getSingularAttribute, getSingularAttributes, getSuperclass
-
Methods inherited from class org.datanucleus.api.jpa.metamodel.TypeImpl
getJavaType, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface javax.persistence.metamodel.IdentifiableType
getDeclaredId, getDeclaredVersion, getId, getIdClassAttributes, getIdType, getSupertype, getVersion, hasSingleIdAttribute, hasVersionAttribute
-
Methods inherited from interface javax.persistence.metamodel.ManagedType
getAttribute, 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, getSingularAttributes
-
-
-
-
Constructor Detail
-
MappedSuperclassTypeImpl
protected MappedSuperclassTypeImpl(Class<X> cls, org.datanucleus.metadata.AbstractClassMetaData cmd, MetamodelImpl model)
-
-
Method Detail
-
getPersistenceType
public javax.persistence.metamodel.Type.PersistenceType getPersistenceType()
- Specified by:
getPersistenceTypein interfacejavax.persistence.metamodel.Type<X>- Overrides:
getPersistenceTypein classTypeImpl<X>
-
-