Module org.datanucleus.api.jpa
Class EmbeddableTypeImpl<X>
- java.lang.Object
-
- org.datanucleus.api.jpa.metamodel.TypeImpl<X>
-
- org.datanucleus.api.jpa.metamodel.ManagedTypeImpl<X>
-
- org.datanucleus.api.jpa.metamodel.EmbeddableTypeImpl<X>
-
- All Implemented Interfaces:
javax.persistence.metamodel.EmbeddableType<X>,javax.persistence.metamodel.ManagedType<X>,javax.persistence.metamodel.Type<X>
public class EmbeddableTypeImpl<X> extends ManagedTypeImpl<X> implements javax.persistence.metamodel.EmbeddableType<X>
Implementation of JPA Metamodel "EmbeddableType".
-
-
Field Summary
-
Fields inherited from class org.datanucleus.api.jpa.metamodel.ManagedTypeImpl
attributes, cmd, model
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEmbeddableTypeImpl(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.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.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
-
EmbeddableTypeImpl
protected EmbeddableTypeImpl(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>
-
-