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

Packages that use XmlOneToMany
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 XmlOneToMany in org.eclipse.jpt.core
 

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

Methods in org.eclipse.jpt.core with parameters of type XmlOneToMany
 OrmOneToManyMapping JpaFactory.buildOrmOneToManyMapping(OrmPersistentAttribute parent, XmlOneToMany resourceMapping)
           
 

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

Methods in org.eclipse.jpt.core.context.orm that return XmlOneToMany
 XmlOneToMany OrmOneToManyMapping.getResourceAttributeMapping()
           
 XmlOneToMany OrmOneToManyRelationshipReference.getResourceMapping()
           
 

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.
 

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

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

Uses of XmlOneToMany 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 XmlOneToMany
 T EclipseLink1_1OrmSwitch.caseOrm_XmlOneToMany(XmlOneToMany object)
          Returns the result of interpreting the object as an instance of 'Xml One To Many'.