Uses of Interface
org.eclipse.jpt.jpa.core.resource.orm.XmlJoinTableContainer

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

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

Methods in org.eclipse.jpt.jpa.core.context.orm that return XmlJoinTableContainer
 XmlJoinTableContainer OrmJoinTableRelationship.getXmlContainer()
           
 

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

Classes in org.eclipse.jpt.jpa.core.resource.orm that implement XmlJoinTableContainer
 class AbstractXmlMultiRelationshipMapping
          A representation of the model object 'Multi Relationship Mapping'.
 class AbstractXmlSingleRelationshipMapping
          A representation of the model object 'Single Relationship Mapping'.
 class XmlAssociationOverride
          A representation of the model object 'Xml Association Override Impl'.
 class XmlManyToMany
          A representation of the model object 'Many To Many'.
 class XmlManyToOne
          A representation of the model object 'Many To One'.
 class XmlOneToMany
          A representation of the model object 'One To Many'.
 class XmlOneToOne
          A representation of the model object 'One To One'.
 

Uses of XmlJoinTableContainer in org.eclipse.jpt.jpa.core.resource.orm.v2_0
 

Subinterfaces of XmlJoinTableContainer in org.eclipse.jpt.jpa.core.resource.orm.v2_0
 interface XmlAssociationOverride_2_0
          A representation of the model object 'Xml Association Override 20'.