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

Packages that use XmlManyToMany
org.eclipse.jpt.core   
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.core.resource.orm   
org.eclipse.jpt.eclipselink.core.resource.orm   
org.eclipse.jpt.eclipselink1_1.core.resource.orm.util   
 

Uses of XmlManyToMany in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return XmlManyToMany
 XmlManyToMany JpaFactory.buildVirtualXmlManyToMany(OrmTypeMapping ormTypeMapping, JavaManyToManyMapping javaManyToManyMapping)
           
 

Methods in org.eclipse.jpt.core with parameters of type XmlManyToMany
 OrmManyToManyMapping JpaFactory.buildOrmManyToManyMapping(OrmPersistentAttribute parent, XmlManyToMany resourceMapping)
           
 

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

Methods in org.eclipse.jpt.core.context.orm that return XmlManyToMany
 XmlManyToMany OrmManyToManyMapping.getResourceAttributeMapping()
           
 XmlManyToMany OrmManyToManyRelationshipReference.getResourceMapping()
           
 

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

Classes in org.eclipse.jpt.core.resource.orm that implement XmlManyToMany
 class XmlManyToManyImpl
          A representation of the model object 'Many To Many'.
 

Methods in org.eclipse.jpt.core.resource.orm that return types with arguments of type XmlManyToMany
 org.eclipse.emf.common.util.EList<XmlManyToMany> Attributes.getManyToManys()
          Returns the value of the 'Many To Manys' containment reference list.
 

Uses of XmlManyToMany in org.eclipse.jpt.eclipselink.core.resource.orm
 

Subinterfaces of XmlManyToMany in org.eclipse.jpt.eclipselink.core.resource.orm
 interface XmlManyToMany
          A representation of the model object 'Xml Many To Many'.
 

Uses of XmlManyToMany in org.eclipse.jpt.eclipselink1_1.core.resource.orm.util
 

Methods in org.eclipse.jpt.eclipselink1_1.core.resource.orm.util with parameters of type XmlManyToMany
 T EclipseLink1_1OrmSwitch.caseOrm_XmlManyToMany(XmlManyToMany object)
          Returns the result of interpreting the object as an instance of 'Xml Many To Many'.