Uses of Interface
org.eclipse.jpt.core.resource.orm.XmlJoinTable

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

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

Classes in org.eclipse.jpt.core.resource.orm that implement XmlJoinTable
 class XmlJoinTableImpl
          A representation of the model object 'Join Table'.
 

Methods in org.eclipse.jpt.core.resource.orm that return XmlJoinTable
 XmlJoinTable XmlManyToManyImpl.getJoinTable()
          Returns the value of the 'Join Table' containment reference.
 XmlJoinTable XmlManyToOneImpl.getJoinTable()
          Returns the value of the 'Join Table' containment reference.
 XmlJoinTable XmlOneToManyImpl.getJoinTable()
          Returns the value of the 'Join Table' containment reference.
 XmlJoinTable XmlOneToOneImpl.getJoinTable()
          Returns the value of the 'Join Table' containment reference.
 XmlJoinTable XmlRelationshipMapping.getJoinTable()
          Returns the value of the 'Join Table' containment reference.
 

Methods in org.eclipse.jpt.core.resource.orm with parameters of type XmlJoinTable
 org.eclipse.emf.common.notify.NotificationChain XmlManyToManyImpl.basicSetJoinTable(XmlJoinTable newJoinTable, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlManyToOneImpl.basicSetJoinTable(XmlJoinTable newJoinTable, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlOneToManyImpl.basicSetJoinTable(XmlJoinTable newJoinTable, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlOneToOneImpl.basicSetJoinTable(XmlJoinTable newJoinTable, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlManyToManyImpl.setJoinTable(XmlJoinTable newJoinTable)
          Sets the value of the 'Join Table' containment reference.
 void XmlManyToOneImpl.setJoinTable(XmlJoinTable newJoinTable)
          Sets the value of the 'Join Table' containment reference.
 void XmlOneToManyImpl.setJoinTable(XmlJoinTable newJoinTable)
          Sets the value of the 'Join Table' containment reference.
 void XmlOneToOneImpl.setJoinTable(XmlJoinTable newJoinTable)
          Sets the value of the 'Join Table' containment reference.
 void XmlRelationshipMapping.setJoinTable(XmlJoinTable value)
          Sets the value of the 'Join Table' containment reference.