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

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

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

Methods in org.eclipse.jpt.core.context.orm that return XmlManyToMany
 XmlManyToMany OrmXmlContextNodeFactory.buildVirtualXmlManyToMany(OrmTypeMapping ormTypeMapping, JavaManyToManyMapping javaManyToManyMapping)
           
 XmlManyToMany OrmManyToManyMapping.getResourceAttributeMapping()
           
 XmlManyToMany OrmManyToManyRelationshipReference.getResourceMapping()
           
 

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

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

Methods in org.eclipse.jpt.core.resource.orm that return XmlManyToMany
 XmlManyToMany OrmFactory.createXmlManyToMany()
           
 

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
 

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