Uses of Class
org.eclipse.persistence.internal.jpa.metamodel.MappedSuperclassTypeImpl
-
Packages that use MappedSuperclassTypeImpl Package Description org.eclipse.persistence.internal.jpa.metamodel -
-
Uses of MappedSuperclassTypeImpl in org.eclipse.persistence.internal.jpa.metamodel
Methods in org.eclipse.persistence.internal.jpa.metamodel that return MappedSuperclassTypeImpl Modifier and Type Method Description protected static MappedSuperclassTypeImpl<?>MappedSuperclassTypeImpl. create(MetamodelImpl metamodel, ClassDescriptor relationalDescriptor)INTERNAL: Return an instance of a MappedSuperclassType based on the RelationalDescriptor.Methods in org.eclipse.persistence.internal.jpa.metamodel that return types with arguments of type MappedSuperclassTypeImpl Modifier and Type Method Description Set<MappedSuperclassTypeImpl<?>>MetamodelImpl. getMappedSuperclasses()INTERNAL: Return the Set of MappedSuperclassType objects
-