Uses of Class
org.eclipse.jpt.jpa.core.resource.orm.XmlOneToMany

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

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

Methods in org.eclipse.jpt.jpa.core.context.orm that return XmlOneToMany
 XmlOneToMany OrmOneToManyMapping.getXmlAttributeMapping()
           
 XmlOneToMany OrmOneToManyRelationship.getXmlContainer()
           
 

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

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

Methods in org.eclipse.jpt.jpa.core.resource.orm that return XmlOneToMany
 XmlOneToMany OrmFactory.createXmlOneToMany()
           
 

Methods in org.eclipse.jpt.jpa.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.jpa.eclipselink.core.resource.orm
 

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