Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/annotations/nmset/model/nmset.ecore')
-rw-r--r--examples/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/annotations/nmset/model/nmset.ecore8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/annotations/nmset/model/nmset.ecore b/examples/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/annotations/nmset/model/nmset.ecore
index fe8521ad2..3b198b4f7 100644
--- a/examples/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/annotations/nmset/model/nmset.ecore
+++ b/examples/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/annotations/nmset/model/nmset.ecore
@@ -17,8 +17,8 @@
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="yourItem" lowerBound="1"
upperBound="-1" eType="#//YourItem" eOpposite="#//YourItem/myItem">
- <eAnnotations source="http://annotation.elver.org/Indexed">
- <details key="value" value="false"/>
+ <eAnnotations source="teneo.jpa">
+ <details key="appinfo" value="@ManyToMany(Indexed=false)"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
@@ -40,8 +40,8 @@
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="myItem" lowerBound="1"
upperBound="-1" eType="#//MyItem" eOpposite="#//MyItem/yourItem">
- <eAnnotations source="http://annotation.elver.org/Indexed">
- <details key="value" value="false"/>
+ <eAnnotations source="teneo.jpa">
+ <details key="appinfo" value="@ManyToMany(Indexed=false)"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>

Back to the top