|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XmlColumn | |
|---|---|
| org.eclipse.jpt.core.context.orm | |
| org.eclipse.jpt.core.resource.orm | |
| org.eclipse.jpt.eclipselink.core.resource.orm | |
| Uses of XmlColumn in org.eclipse.jpt.core.context.orm |
|---|
| Methods in org.eclipse.jpt.core.context.orm that return XmlColumn | |
|---|---|
XmlColumn |
OrmColumn.Owner.getResourceColumn()
|
| Methods in org.eclipse.jpt.core.context.orm with parameters of type XmlColumn | |
|---|---|
void |
OrmColumn.initialize(XmlColumn column)
|
void |
OrmColumn.update(XmlColumn column)
Update the OrmColumn context model object to match the XmlColumn resource model object. |
| Uses of XmlColumn in org.eclipse.jpt.core.resource.orm |
|---|
| Classes in org.eclipse.jpt.core.resource.orm that implement XmlColumn | |
|---|---|
class |
XmlColumnImpl
A representation of the model object 'Column Impl'. |
| Methods in org.eclipse.jpt.core.resource.orm that return XmlColumn | |
|---|---|
XmlColumn |
ColumnMapping.getColumn()
Returns the value of the 'Column' containment reference. |
XmlColumn |
XmlAttributeOverride.getColumn()
Returns the value of the 'Column' containment reference. |
XmlColumn |
XmlAttributeOverrideImpl.getColumn()
Returns the value of the 'Column' containment reference. |
XmlColumn |
XmlBasicImpl.getColumn()
Returns the value of the 'Column' containment reference. |
XmlColumn |
XmlIdImpl.getColumn()
Returns the value of the 'Column' containment reference. |
XmlColumn |
XmlVersionImpl.getColumn()
Returns the value of the 'Column' containment reference. |
| Methods in org.eclipse.jpt.core.resource.orm with parameters of type XmlColumn | |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
XmlAttributeOverrideImpl.basicSetColumn(XmlColumn newColumn,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
XmlBasicImpl.basicSetColumn(XmlColumn newColumn,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
XmlIdImpl.basicSetColumn(XmlColumn newColumn,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
XmlVersionImpl.basicSetColumn(XmlColumn newColumn,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
ColumnMapping.setColumn(XmlColumn value)
Sets the value of the ' Column' containment reference. |
void |
XmlAttributeOverride.setColumn(XmlColumn value)
Sets the value of the ' Column' containment reference. |
void |
XmlAttributeOverrideImpl.setColumn(XmlColumn newColumn)
Sets the value of the ' Column' containment reference. |
void |
XmlBasicImpl.setColumn(XmlColumn newColumn)
Sets the value of the ' Column' containment reference. |
void |
XmlIdImpl.setColumn(XmlColumn newColumn)
Sets the value of the ' Column' containment reference. |
void |
XmlVersionImpl.setColumn(XmlColumn newColumn)
Sets the value of the ' Column' containment reference. |
| Uses of XmlColumn in org.eclipse.jpt.eclipselink.core.resource.orm |
|---|
| Methods in org.eclipse.jpt.eclipselink.core.resource.orm that return types with arguments of type XmlColumn | |
|---|---|
org.eclipse.emf.common.util.EList<XmlColumn> |
XmlOptimisticLocking.getSelectedColumns()
Returns the value of the 'Selected Columns' containment reference list. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||