|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XmlRelationshipMapping
A representation of the model object 'Relationship Mapping'. Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
The following features are supported:
OrmPackage.getXmlRelationshipMapping()
Method Summary | |
---|---|
CascadeType |
getCascade()
Returns the value of the 'Cascade' containment reference. |
FetchType |
getFetch()
Returns the value of the 'Fetch' attribute. |
XmlJoinTable |
getJoinTable()
Returns the value of the 'Join Table' containment reference. |
java.lang.String |
getTargetEntity()
Returns the value of the 'Target Entity' attribute. |
void |
setCascade(CascadeType value)
Sets the value of the ' Cascade ' containment reference. |
void |
setFetch(FetchType value)
Sets the value of the ' Fetch ' attribute. |
void |
setJoinTable(XmlJoinTable value)
Sets the value of the ' Join Table ' containment reference. |
void |
setTargetEntity(java.lang.String value)
Sets the value of the ' Target Entity ' attribute. |
Methods inherited from interface org.eclipse.jpt.core.resource.orm.XmlAttributeMapping |
---|
getName, getNameTextRange, setName |
Methods inherited from interface org.eclipse.jpt.core.resource.common.JpaEObject |
---|
containsOffset, getPlatformResource, getResource, getRoot, getSelectionTextRange, getValidationTextRange, isAllFeaturesUnset |
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 |
---|
java.lang.String getTargetEntity()
If the meaning of the 'Target Entity' attribute isn't clear, there really should be more of a description here...
setTargetEntity(String)
,
OrmPackage.getXmlRelationshipMapping_TargetEntity()
void setTargetEntity(java.lang.String value)
Target Entity
' attribute.
value
- the new value of the 'Target Entity' attribute.getTargetEntity()
FetchType getFetch()
"LAZY"
.
The literals are from the enumeration FetchType
.
If the meaning of the 'Fetch' attribute isn't clear, there really should be more of a description here...
FetchType
,
setFetch(FetchType)
,
OrmPackage.getXmlRelationshipMapping_Fetch()
void setFetch(FetchType value)
Fetch
' attribute.
value
- the new value of the 'Fetch' attribute.FetchType
,
getFetch()
CascadeType getCascade()
If the meaning of the 'Cascade' containment reference isn't clear, there really should be more of a description here...
setCascade(CascadeType)
,
OrmPackage.getXmlRelationshipMapping_Cascade()
void setCascade(CascadeType value)
Cascade
' containment reference.
value
- the new value of the 'Cascade' containment reference.getCascade()
XmlJoinTable getJoinTable()
If the meaning of the 'Join Table' containment reference isn't clear, there really should be more of a description here...
setJoinTable(XmlJoinTable)
,
OrmPackage.getXmlRelationshipMapping_JoinTable()
void setJoinTable(XmlJoinTable value)
Join Table
' containment reference.
value
- the new value of the 'Join Table' containment reference.getJoinTable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |