Uses of Class
org.eclipse.jpt.core.resource.orm.XmlMappedSuperclass

Packages that use XmlMappedSuperclass
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.core.resource.orm   
 

Uses of XmlMappedSuperclass in org.eclipse.jpt.core.context.orm
 

Methods in org.eclipse.jpt.core.context.orm with parameters of type XmlMappedSuperclass
 void OrmMappedSuperclass.initialize(XmlMappedSuperclass mappedSuperclass)
           
 void OrmPersistentType.initialize(XmlMappedSuperclass mappedSuperclass)
           
 void OrmMappedSuperclass.update(XmlMappedSuperclass mappedSuperclass)
          Update the OrmMappedSuperclass context model object to match the XmlMappedSuperclass resource model object.
 void OrmPersistentType.update(XmlMappedSuperclass mappedSuperclass)
          Update the OrmPersistentType context model object to match the XmlMappedSuperclass resource model object.
 

Uses of XmlMappedSuperclass in org.eclipse.jpt.core.resource.orm
 

Methods in org.eclipse.jpt.core.resource.orm that return XmlMappedSuperclass
 XmlMappedSuperclass OrmFactory.createXmlMappedSuperclass()
           
 

Methods in org.eclipse.jpt.core.resource.orm that return types with arguments of type XmlMappedSuperclass
 org.eclipse.emf.common.util.EList<XmlMappedSuperclass> XmlEntityMappings.getMappedSuperclasses()
          Returns the value of the 'Mapped Superclasses' containment reference list.