Class MappedSuperclassTypeImpl<X>
- java.lang.Object
-
- org.datanucleus.api.jakarta.metamodel.TypeImpl<X>
-
- org.datanucleus.api.jakarta.metamodel.ManagedTypeImpl<X>
-
- org.datanucleus.api.jakarta.metamodel.IdentifiableTypeImpl<X>
-
- org.datanucleus.api.jakarta.metamodel.MappedSuperclassTypeImpl<X>
-
- All Implemented Interfaces:
jakarta.persistence.metamodel.IdentifiableType<X>
,jakarta.persistence.metamodel.ManagedType<X>
,jakarta.persistence.metamodel.MappedSuperclassType<X>
,jakarta.persistence.metamodel.Type<X>
public class MappedSuperclassTypeImpl<X> extends IdentifiableTypeImpl<X> implements jakarta.persistence.metamodel.MappedSuperclassType<X>
Implementation of Jakarta Persistence Metamodel "MappedSuperclassType".
-
-
Field Summary
-
Fields inherited from class org.datanucleus.api.jakarta.metamodel.ManagedTypeImpl
attributes, cmd, model
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MappedSuperclassTypeImpl(Class<X> cls, org.datanucleus.metadata.AbstractClassMetaData cmd, MetamodelImpl model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.persistence.metamodel.Type.PersistenceType
getPersistenceType()
-
Methods inherited from class org.datanucleus.api.jakarta.metamodel.IdentifiableTypeImpl
getDeclaredId, getDeclaredVersion, getId, getIdClassAttributes, getIdType, getSupertype, getVersion, hasSingleIdAttribute, hasVersionAttribute
-
Methods inherited from class org.datanucleus.api.jakarta.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.jakarta.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 jakarta.persistence.metamodel.IdentifiableType
getDeclaredId, getDeclaredVersion, getId, getIdClassAttributes, getIdType, getSupertype, getVersion, hasSingleIdAttribute, hasVersionAttribute
-
Methods inherited from interface jakarta.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 jakarta.persistence.metamodel.Type.PersistenceType getPersistenceType()
- Specified by:
getPersistenceType
in interfacejakarta.persistence.metamodel.Type<X>
- Overrides:
getPersistenceType
in classTypeImpl<X>
-
-