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

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

Uses of XmlOneToMany in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return XmlOneToMany
 XmlOneToMany JpaFactory.buildVirtualXmlOneToMany(OrmTypeMapping ormTypeMapping, JavaOneToManyMapping javaOneToManyMapping)
           
 

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

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

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