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

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

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

Methods in org.eclipse.jpt.jpa.core.context.orm that return XmlJoinTable
 XmlJoinTable OrmJoinTableRelationshipStrategy.buildXmlJoinTable()
           
 XmlJoinTable OrmJoinTableRelationshipStrategy.getXmlJoinTable()
           
 

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

Methods in org.eclipse.jpt.jpa.core.resource.orm that return XmlJoinTable
 XmlJoinTable OrmFactory.createXmlJoinTable()
           
 XmlJoinTable XmlJoinTableContainer.getJoinTable()
          Returns the value of the 'Join Table' containment reference.
 XmlJoinTable XmlAssociationOverride.getJoinTable()
          Returns the value of the 'Join Table' containment reference.
 XmlJoinTable AbstractXmlSingleRelationshipMapping.getJoinTable()
          Returns the value of the 'Join Table' containment reference.
 XmlJoinTable AbstractXmlMultiRelationshipMapping.getJoinTable()
          Returns the value of the 'Join Table' containment reference.
 

Methods in org.eclipse.jpt.jpa.core.resource.orm with parameters of type XmlJoinTable
 org.eclipse.emf.common.notify.NotificationChain XmlAssociationOverride.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 AbstractXmlMultiRelationshipMapping.basicSetJoinTable(XmlJoinTable newJoinTable, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlJoinTableContainer.setJoinTable(XmlJoinTable value)
          Sets the value of the 'Join Table' containment reference.
 void XmlAssociationOverride.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 AbstractXmlMultiRelationshipMapping.setJoinTable(XmlJoinTable newJoinTable)
          Sets the value of the 'Join Table' containment reference.
 

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

Subclasses of XmlJoinTable in org.eclipse.jpt.jpa.eclipselink.core.resource.orm
 class XmlJoinTable
          A representation of the model object 'Xml Join Table'.