Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2009-03-03 15:32:24 +0000
committermtaal2009-03-03 15:32:24 +0000
commit815af8ab9c6e1f3609f4fd99d909fa30e77e11c4 (patch)
treec2097deff1836e2f702200a083d132a388f59301 /tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations
parent703475525e238b37d8035868f7233c757e525526 (diff)
downloadorg.eclipse.emf.teneo-815af8ab9c6e1f3609f4fd99d909fa30e77e11c4.tar.gz
org.eclipse.emf.teneo-815af8ab9c6e1f3609f4fd99d909fa30e77e11c4.tar.xz
org.eclipse.emf.teneo-815af8ab9c6e1f3609f4fd99d909fa30e77e11c4.zip
[266740]
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetAction_mysql_a_o_hibernate.hbm.xml2
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetAction_mysql_e_o_hibernate.hbm.xml2
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetAction_mysql_s_o_hibernate.hbm.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetAction_mysql_a_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetAction_mysql_a_o_hibernate.hbm.xml
index cb2f23fa0..30dfa4e90 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetAction_mysql_a_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetAction_mysql_a_o_hibernate.hbm.xml
@@ -55,7 +55,7 @@
</key>
<one-to-many entity-name="testSet.ContainedItem"/>
</bag>
- <bag name="item" order-by="NAME" lazy="true" cascade="merge,persist,save-update,lock,refresh">
+ <bag name="item" order-by="`NAME`" lazy="true" cascade="merge,persist,save-update,lock,refresh">
<key update="true">
<column name="`ITEM_ITEMLIST_E_ID`" not-null="false" unique="false"/>
</key>
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetAction_mysql_e_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetAction_mysql_e_o_hibernate.hbm.xml
index 708f41926..1ec8e18d3 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetAction_mysql_e_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetAction_mysql_e_o_hibernate.hbm.xml
@@ -52,7 +52,7 @@
</key>
<one-to-many entity-name="testSet.ContainedItem"/>
</bag>
- <bag name="item" order-by="NAME" lazy="true" cascade="merge,persist,save-update,lock,refresh">
+ <bag name="item" order-by="`NAME`" lazy="true" cascade="merge,persist,save-update,lock,refresh">
<key update="true">
<column name="`ITEM_ITEMLIST_E_ID`" not-null="false" unique="false"/>
</key>
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetAction_mysql_s_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetAction_mysql_s_o_hibernate.hbm.xml
index 708f41926..1ec8e18d3 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetAction_mysql_s_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetAction_mysql_s_o_hibernate.hbm.xml
@@ -52,7 +52,7 @@
</key>
<one-to-many entity-name="testSet.ContainedItem"/>
</bag>
- <bag name="item" order-by="NAME" lazy="true" cascade="merge,persist,save-update,lock,refresh">
+ <bag name="item" order-by="`NAME`" lazy="true" cascade="merge,persist,save-update,lock,refresh">
<key update="true">
<column name="`ITEM_ITEMLIST_E_ID`" not-null="false" unique="false"/>
</key>

Back to the top