Uses of Interface
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlPartitioning_2_2

Packages that use XmlPartitioning_2_2
org.eclipse.jpt.jpa.eclipselink.core.resource.orm   
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2   
 

Uses of XmlPartitioning_2_2 in org.eclipse.jpt.jpa.eclipselink.core.resource.orm
 

Classes in org.eclipse.jpt.jpa.eclipselink.core.resource.orm that implement XmlPartitioning_2_2
 class XmlPartitioning
          A representation of the model object 'Xml Partitioning'.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm that return XmlPartitioning_2_2
 XmlPartitioning_2_2 XmlVariableOneToOne.getPartitioning()
          Returns the value of the 'Partitioning' containment reference.
 XmlPartitioning_2_2 XmlOneToOne.getPartitioning()
          Returns the value of the 'Partitioning' containment reference.
 XmlPartitioning_2_2 XmlOneToMany.getPartitioning()
          Returns the value of the 'Partitioning' containment reference.
 XmlPartitioning_2_2 XmlMappedSuperclass.getPartitioning()
          Returns the value of the 'Partitioning' containment reference.
 XmlPartitioning_2_2 XmlManyToOne.getPartitioning()
          Returns the value of the 'Partitioning' containment reference.
 XmlPartitioning_2_2 XmlManyToMany.getPartitioning()
          Returns the value of the 'Partitioning' containment reference.
 XmlPartitioning_2_2 XmlEntity.getPartitioning()
          Returns the value of the 'Partitioning' containment reference.
 XmlPartitioning_2_2 XmlElementCollection.getPartitioning()
          Returns the value of the 'Partitioning' containment reference.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm that return types with arguments of type XmlPartitioning_2_2
 org.eclipse.emf.common.util.EList<XmlPartitioning_2_2> XmlEntityMappings.getPartitioning()
          Returns the value of the 'Partitioning' containment reference list.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm with parameters of type XmlPartitioning_2_2
 org.eclipse.emf.common.notify.NotificationChain XmlVariableOneToOne.basicSetPartitioning(XmlPartitioning_2_2 newPartitioning, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlOneToOne.basicSetPartitioning(XmlPartitioning_2_2 newPartitioning, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlOneToMany.basicSetPartitioning(XmlPartitioning_2_2 newPartitioning, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlMappedSuperclass.basicSetPartitioning(XmlPartitioning_2_2 newPartitioning, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlManyToOne.basicSetPartitioning(XmlPartitioning_2_2 newPartitioning, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlManyToMany.basicSetPartitioning(XmlPartitioning_2_2 newPartitioning, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlEntity.basicSetPartitioning(XmlPartitioning_2_2 newPartitioning, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlElementCollection.basicSetPartitioning(XmlPartitioning_2_2 newPartitioning, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlVariableOneToOne.setPartitioning(XmlPartitioning_2_2 newPartitioning)
          Sets the value of the 'Partitioning' containment reference.
 void XmlOneToOne.setPartitioning(XmlPartitioning_2_2 newPartitioning)
          Sets the value of the 'Partitioning' containment reference.
 void XmlOneToMany.setPartitioning(XmlPartitioning_2_2 newPartitioning)
          Sets the value of the 'Partitioning' containment reference.
 void XmlMappedSuperclass.setPartitioning(XmlPartitioning_2_2 newPartitioning)
          Sets the value of the 'Partitioning' containment reference.
 void XmlManyToOne.setPartitioning(XmlPartitioning_2_2 newPartitioning)
          Sets the value of the 'Partitioning' containment reference.
 void XmlManyToMany.setPartitioning(XmlPartitioning_2_2 newPartitioning)
          Sets the value of the 'Partitioning' containment reference.
 void XmlEntity.setPartitioning(XmlPartitioning_2_2 newPartitioning)
          Sets the value of the 'Partitioning' containment reference.
 void XmlElementCollection.setPartitioning(XmlPartitioning_2_2 newPartitioning)
          Sets the value of the 'Partitioning' containment reference.
 

Uses of XmlPartitioning_2_2 in org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2 that return XmlPartitioning_2_2
 XmlPartitioning_2_2 XmlPartitioningGroup_2_2.getPartitioning()
          Returns the value of the 'Partitioning' containment reference.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2 that return types with arguments of type XmlPartitioning_2_2
 org.eclipse.emf.common.util.EList<XmlPartitioning_2_2> XmlEntityMappings_2_2.getPartitioning()
          Returns the value of the 'Partitioning' containment reference list.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2 with parameters of type XmlPartitioning_2_2
 void XmlPartitioningGroup_2_2.setPartitioning(XmlPartitioning_2_2 value)
          Sets the value of the 'Partitioning' containment reference.