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

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

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

Classes in org.eclipse.jpt.jpa.eclipselink.core.resource.orm that implement XmlRoundRobinPartitioning_2_2
 class XmlRoundRobinPartitioning
          A representation of the model object 'Xml Round Robin Partitioning'.
 

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

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm with parameters of type XmlRoundRobinPartitioning_2_2
 org.eclipse.emf.common.notify.NotificationChain XmlVariableOneToOne.basicSetRoundRobinPartitioning(XmlRoundRobinPartitioning_2_2 newRoundRobinPartitioning, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlOneToOne.basicSetRoundRobinPartitioning(XmlRoundRobinPartitioning_2_2 newRoundRobinPartitioning, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlOneToMany.basicSetRoundRobinPartitioning(XmlRoundRobinPartitioning_2_2 newRoundRobinPartitioning, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlMappedSuperclass.basicSetRoundRobinPartitioning(XmlRoundRobinPartitioning_2_2 newRoundRobinPartitioning, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlManyToOne.basicSetRoundRobinPartitioning(XmlRoundRobinPartitioning_2_2 newRoundRobinPartitioning, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlManyToMany.basicSetRoundRobinPartitioning(XmlRoundRobinPartitioning_2_2 newRoundRobinPartitioning, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlEntity.basicSetRoundRobinPartitioning(XmlRoundRobinPartitioning_2_2 newRoundRobinPartitioning, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlElementCollection.basicSetRoundRobinPartitioning(XmlRoundRobinPartitioning_2_2 newRoundRobinPartitioning, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlVariableOneToOne.setRoundRobinPartitioning(XmlRoundRobinPartitioning_2_2 newRoundRobinPartitioning)
          Sets the value of the 'Round Robin Partitioning' containment reference.
 void XmlOneToOne.setRoundRobinPartitioning(XmlRoundRobinPartitioning_2_2 newRoundRobinPartitioning)
          Sets the value of the 'Round Robin Partitioning' containment reference.
 void XmlOneToMany.setRoundRobinPartitioning(XmlRoundRobinPartitioning_2_2 newRoundRobinPartitioning)
          Sets the value of the 'Round Robin Partitioning' containment reference.
 void XmlMappedSuperclass.setRoundRobinPartitioning(XmlRoundRobinPartitioning_2_2 newRoundRobinPartitioning)
          Sets the value of the 'Round Robin Partitioning' containment reference.
 void XmlManyToOne.setRoundRobinPartitioning(XmlRoundRobinPartitioning_2_2 newRoundRobinPartitioning)
          Sets the value of the 'Round Robin Partitioning' containment reference.
 void XmlManyToMany.setRoundRobinPartitioning(XmlRoundRobinPartitioning_2_2 newRoundRobinPartitioning)
          Sets the value of the 'Round Robin Partitioning' containment reference.
 void XmlEntity.setRoundRobinPartitioning(XmlRoundRobinPartitioning_2_2 newRoundRobinPartitioning)
          Sets the value of the 'Round Robin Partitioning' containment reference.
 void XmlElementCollection.setRoundRobinPartitioning(XmlRoundRobinPartitioning_2_2 newRoundRobinPartitioning)
          Sets the value of the 'Round Robin Partitioning' containment reference.
 

Uses of XmlRoundRobinPartitioning_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 XmlRoundRobinPartitioning_2_2
 XmlRoundRobinPartitioning_2_2 XmlPartitioningGroup_2_2.getRoundRobinPartitioning()
          Returns the value of the 'Round Robin Partitioning' containment reference.
 

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

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