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

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

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

Methods in org.eclipse.jpt.core.context.orm that return XmlJoinTable
 XmlJoinTable OrmJoinTableJoiningStrategy.addResourceJoinTable()
           
 XmlJoinTable OrmJoinTableJoiningStrategy.getResourceJoinTable()
           
 

Methods in org.eclipse.jpt.core.context.orm with parameters of type XmlJoinTable
 OrmJoinTable OrmXmlContextNodeFactory.buildOrmJoinTable(OrmJoinTableJoiningStrategy parent, XmlJoinTable resourceJoinTable)
           
 

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

Methods in org.eclipse.jpt.core.resource.orm that return XmlJoinTable
 XmlJoinTable OrmFactory.createXmlJoinTable()
           
 XmlJoinTable AbstractXmlMultiRelationshipMapping.getJoinTable()
          Returns the value of the 'Join Table' containment reference.
 XmlJoinTable AbstractXmlSingleRelationshipMapping.getJoinTable()
          Returns the value of the 'Join Table' containment reference.
 XmlJoinTable XmlAssociationOverride.getJoinTable()
          Returns the value of the 'Join Table' containment reference.
 XmlJoinTable XmlJoinTableMapping.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 AbstractXmlMultiRelationshipMapping.basicSetJoinTable(XmlJoinTable newJoinTable, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AbstractXmlSingleRelationshipMapping.basicSetJoinTable(XmlJoinTable newJoinTable, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlAssociationOverride.basicSetJoinTable(XmlJoinTable newJoinTable, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void AbstractXmlMultiRelationshipMapping.setJoinTable(XmlJoinTable newJoinTable)
          Sets the value of the 'Join Table' containment reference.
 void AbstractXmlSingleRelationshipMapping.setJoinTable(XmlJoinTable newJoinTable)
          Sets the value of the 'Join Table' containment reference.
 void XmlAssociationOverride.setJoinTable(XmlJoinTable newJoinTable)
          Sets the value of the 'Join Table' containment reference.
 void XmlJoinTableMapping.setJoinTable(XmlJoinTable value)
          Sets the value of the 'Join Table' containment reference.
 

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

Methods in org.eclipse.jpt.core.resource.orm.v2_0 that return XmlJoinTable
 XmlJoinTable XmlAssociationOverride_2_0.getJoinTable()
          Returns the value of the 'Join Table' containment reference.
 

Methods in org.eclipse.jpt.core.resource.orm.v2_0 with parameters of type XmlJoinTable
 void XmlAssociationOverride_2_0.setJoinTable(XmlJoinTable value)
          Sets the value of the 'Join Table' containment reference.