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

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

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

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

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

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

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

Uses of XmlValuePartitioning_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 XmlValuePartitioning_2_2
 XmlValuePartitioning_2_2 XmlPartitioningGroup_2_2.getValuePartitioning()
          Returns the value of the 'Value Partitioning' containment reference.
 

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

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