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

Packages that use XmlIdClass
org.eclipse.jpt.core.resource.orm   
 

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

Methods in org.eclipse.jpt.core.resource.orm that return XmlIdClass
 XmlIdClass OrmFactory.createXmlIdClass()
           
 XmlIdClass XmlEntity.getIdClass()
          Returns the value of the 'Id Class' containment reference.
 XmlIdClass XmlMappedSuperclass.getIdClass()
          Returns the value of the 'Id Class' containment reference.
 

Methods in org.eclipse.jpt.core.resource.orm with parameters of type XmlIdClass
 org.eclipse.emf.common.notify.NotificationChain XmlEntity.basicSetIdClass(XmlIdClass newIdClass, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlMappedSuperclass.basicSetIdClass(XmlIdClass newIdClass, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlEntity.setIdClass(XmlIdClass newIdClass)
          Sets the value of the 'Id Class' containment reference.
 void XmlMappedSuperclass.setIdClass(XmlIdClass newIdClass)
          Sets the value of the 'Id Class' containment reference.