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

Packages that use XmlColumn
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.resource.orm   
org.eclipse.jpt.jpa.core.resource.orm.v2_0   
org.eclipse.jpt.jpa.eclipselink.core.resource.orm   
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1   
 

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

Methods in org.eclipse.jpt.jpa.core.context.orm that return XmlColumn
 XmlColumn OrmColumn.Owner.buildXmlColumn()
           
 XmlColumn OrmColumn.getXmlColumn()
           
 XmlColumn OrmColumn.Owner.getXmlColumn()
           
 

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

Methods in org.eclipse.jpt.jpa.core.resource.orm that return XmlColumn
 XmlColumn OrmFactory.createXmlColumn()
           
 XmlColumn XmlVersion.getColumn()
          Returns the value of the 'Column' containment reference.
 XmlColumn XmlId.getColumn()
          Returns the value of the 'Column' containment reference.
 XmlColumn XmlElementCollection.getColumn()
          Returns the value of the 'Column' containment reference.
 XmlColumn XmlBasic.getColumn()
          Returns the value of the 'Column' containment reference.
 XmlColumn XmlAttributeOverride.getColumn()
          Returns the value of the 'Column' containment reference.
 XmlColumn ColumnMapping.getColumn()
          Returns the value of the 'Column' containment reference.
 XmlColumn XmlElementCollection.getMapKeyColumn()
          Returns the value of the 'Map Key Column' containment reference.
 XmlColumn AbstractXmlMultiRelationshipMapping.getMapKeyColumn()
          Returns the value of the 'Map Key Column' containment reference.
 

Methods in org.eclipse.jpt.jpa.core.resource.orm with parameters of type XmlColumn
 org.eclipse.emf.common.notify.NotificationChain XmlVersion.basicSetColumn(XmlColumn newColumn, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlId.basicSetColumn(XmlColumn newColumn, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlElementCollection.basicSetColumn(XmlColumn newColumn, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlBasic.basicSetColumn(XmlColumn newColumn, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlAttributeOverride.basicSetColumn(XmlColumn newColumn, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlElementCollection.basicSetMapKeyColumn(XmlColumn newMapKeyColumn, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AbstractXmlMultiRelationshipMapping.basicSetMapKeyColumn(XmlColumn newMapKeyColumn, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlVersion.setColumn(XmlColumn newColumn)
          Sets the value of the 'Column' containment reference.
 void XmlId.setColumn(XmlColumn newColumn)
          Sets the value of the 'Column' containment reference.
 void XmlElementCollection.setColumn(XmlColumn newColumn)
          Sets the value of the 'Column' containment reference.
 void XmlBasic.setColumn(XmlColumn newColumn)
          Sets the value of the 'Column' containment reference.
 void XmlAttributeOverride.setColumn(XmlColumn newColumn)
          Sets the value of the 'Column' containment reference.
 void ColumnMapping.setColumn(XmlColumn value)
          Sets the value of the 'Column' containment reference.
 void XmlElementCollection.setMapKeyColumn(XmlColumn newMapKeyColumn)
          Sets the value of the 'Map Key Column' containment reference.
 void AbstractXmlMultiRelationshipMapping.setMapKeyColumn(XmlColumn newMapKeyColumn)
          Sets the value of the 'Map Key Column' containment reference.
 

Uses of XmlColumn in org.eclipse.jpt.jpa.core.resource.orm.v2_0
 

Methods in org.eclipse.jpt.jpa.core.resource.orm.v2_0 that return XmlColumn
 XmlColumn XmlElementCollection_2_0.getColumn()
          Returns the value of the 'Column' containment reference.
 XmlColumn XmlMultiRelationshipMapping_2_0.getMapKeyColumn()
          Returns the value of the 'Map Key Column' containment reference.
 XmlColumn XmlElementCollection_2_0.getMapKeyColumn()
          Returns the value of the 'Map Key Column' containment reference.
 

Methods in org.eclipse.jpt.jpa.core.resource.orm.v2_0 with parameters of type XmlColumn
 void XmlElementCollection_2_0.setColumn(XmlColumn value)
          Sets the value of the 'Column' containment reference.
 void XmlMultiRelationshipMapping_2_0.setMapKeyColumn(XmlColumn value)
          Sets the value of the 'Map Key Column' containment reference.
 void XmlElementCollection_2_0.setMapKeyColumn(XmlColumn value)
          Sets the value of the 'Map Key Column' containment reference.
 

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm that return types with arguments of type XmlColumn
 org.eclipse.emf.common.util.EList<XmlColumn> XmlPrimaryKey.getColumns()
          Returns the value of the 'Columns' containment reference list.
 org.eclipse.emf.common.util.EList<XmlColumn> XmlOptimisticLocking.getSelectedColumns()
          Returns the value of the 'Selected Columns' containment reference list.
 

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1 that return types with arguments of type XmlColumn
 org.eclipse.emf.common.util.EList<XmlColumn> XmlPrimaryKey_1_1.getColumns()
          Returns the value of the 'Columns' containment reference list.