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

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

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

Methods in org.eclipse.jpt.core.context.orm with parameters of type XmlManyToMany
 void OrmManyToManyMapping.initialize(XmlManyToMany xmlManyToMany)
           
 void OrmPersistentAttribute.initialize(XmlManyToMany manyToMany)
           
 void OrmManyToManyMapping.update(XmlManyToMany xmlManyToMany)
           
 void OrmPersistentAttribute.update(XmlManyToMany manyToMany)
           
 

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.