org.eclipse.jpt.core.resource.orm
Interface XmlJoinColumnsMapping

All Superinterfaces:
org.eclipse.emf.ecore.EObject, JpaEObject, org.eclipse.emf.common.notify.Notifier, XmlAttributeMapping, XmlRelationshipMapping
All Known Subinterfaces:
XmlManyToOne, XmlManyToOne, XmlManyToOne, XmlOneToMany, XmlOneToMany, XmlOneToMany, XmlOneToOne, XmlOneToOne, XmlOneToOne, XmlSingleRelationshipMapping
All Known Implementing Classes:
XmlManyToOneImpl, XmlManyToOneImpl, XmlManyToOneImpl, XmlOneToManyImpl, XmlOneToManyImpl, XmlOneToManyImpl, XmlOneToOneImpl, XmlOneToOneImpl, XmlOneToOneImpl

public interface XmlJoinColumnsMapping
extends XmlRelationshipMapping

A representation of the model object 'Xml Join Columns Mapping'.

The following features are supported:

See Also:
OrmPackage.getXmlJoinColumnsMapping()

Method Summary
 org.eclipse.emf.common.util.EList<XmlJoinColumn> getJoinColumns()
          Returns the value of the 'Join Columns' containment reference list.
 
Methods inherited from interface org.eclipse.jpt.core.resource.orm.XmlRelationshipMapping
getCascade, getFetch, getTargetEntity, getTargetEntityTextRange, setCascade, setFetch, setTargetEntity
 
Methods inherited from interface org.eclipse.jpt.core.resource.orm.XmlAttributeMapping
getMappingKey, getName, getNameTextRange, setName
 
Methods inherited from interface org.eclipse.jpt.core.resource.xml.JpaEObject
containsOffset, getSelectionTextRange, getValidationTextRange, isUnset
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getJoinColumns

org.eclipse.emf.common.util.EList<XmlJoinColumn> getJoinColumns()
Returns the value of the 'Join Columns' containment reference list. The list contents are of type XmlJoinColumn.

If the meaning of the 'Join Columns' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Join Columns' containment reference list.
See Also:
OrmPackage.getXmlJoinColumnsMapping_JoinColumns()