Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2010-04-22 17:57:55 +0000
committermtaal2010-04-22 17:57:55 +0000
commit2dd2cc0b41474aa58619e5cfa00a9a6cd79631f0 (patch)
treefded0b20a86fcb2642bc0343e0e0427cdcceab0a /examples/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf
parent6b6ff7d972b63beab79518fed64efde3543eb7f1 (diff)
downloadorg.eclipse.emf.teneo-2dd2cc0b41474aa58619e5cfa00a9a6cd79631f0.tar.gz
org.eclipse.emf.teneo-2dd2cc0b41474aa58619e5cfa00a9a6cd79631f0.tar.xz
org.eclipse.emf.teneo-2dd2cc0b41474aa58619e5cfa00a9a6cd79631f0.zip
[304943]
Diffstat (limited to 'examples/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf')
-rw-r--r--examples/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/annotations/manytomany/model/manytomany.ecore2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/annotations/manytomany/model/manytomany.ecore b/examples/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/annotations/manytomany/model/manytomany.ecore
index 3aeb68afc..add2886aa 100644
--- a/examples/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/annotations/manytomany/model/manytomany.ecore
+++ b/examples/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/annotations/manytomany/model/manytomany.ecore
@@ -11,7 +11,7 @@
<eStructuralFeatures xsi:type="ecore:EReference" name="rght" lowerBound="1" upperBound="-1"
eType="#//Rght" resolveProxies="false" eOpposite="#//Rght/cntr">
<eAnnotations source="teneo.jpa">
- <details key="appinfo" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;@ManyToMany(fetch=EAGER cascade={MERGE,PERSIST} targetEntity=&quot;Rght&quot; indexed=&quot;false&quot;)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;@JoinTable(name=&quot;RightCenter&quot;)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/>
+ <details key="appinfo" value="@ManyToMany(fetch=EAGER cascade={MERGE,PERSIST} targetEntity=&quot;Rght&quot; indexed=&quot;false&quot;)&#xA;@JoinTable(name=&quot;RightCenter&quot;)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>

Back to the top