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

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

Uses of XmlManyToMany in org.eclipse.jpt.core
 

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

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.