Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Taal2012-05-18 15:19:37 +0000
committerMartin Taal2012-05-18 15:19:37 +0000
commitb1270299d95d6c529e7adc3935f8ee8f9f271cf9 (patch)
treec881fde664ba199ceea31844c192c4abcd03d8dd /tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.emf.jpa2/MapKeyTypesAction_hsqldb_e_o_hibernate.hbm.xml
parent987450df8e8b22bc23f1f37a8fb4741fbcd3c5e6 (diff)
downloadorg.eclipse.emf.teneo-b1270299d95d6c529e7adc3935f8ee8f9f271cf9.tar.gz
org.eclipse.emf.teneo-b1270299d95d6c529e7adc3935f8ee8f9f271cf9.tar.xz
org.eclipse.emf.teneo-b1270299d95d6c529e7adc3935f8ee8f9f271cf9.zip
Work for Teneo 2.0 Hibernate 4.1, removed EclipseLink
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.emf.jpa2/MapKeyTypesAction_hsqldb_e_o_hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.emf.jpa2/MapKeyTypesAction_hsqldb_e_o_hibernate.hbm.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.emf.jpa2/MapKeyTypesAction_hsqldb_e_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.emf.jpa2/MapKeyTypesAction_hsqldb_e_o_hibernate.hbm.xml
index 50804a0b3..3485d4b7d 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.emf.jpa2/MapKeyTypesAction_hsqldb_e_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.emf.jpa2/MapKeyTypesAction_hsqldb_e_o_hibernate.hbm.xml
@@ -45,10 +45,8 @@
<map-key type="timestamp"/>
<element type="java.lang.String"/>
</map>
- <map name="photoParts" lazy="true" cascade="all,delete-orphan">
- <key update="true">
- <column name="`IMAGES_PHOTOPARTS_E_ID`" unique="false"/>
- </key>
+ <map name="photoParts" table="`PHOTOPARTS_MAP`" lazy="true" cascade="all,delete-orphan">
+ <key/>
<map-key-many-to-many entity-name="PhotoPart">
<column not-null="true" unique="false" name="`PARTS_NAME`"/>
</map-key-many-to-many>

Back to the top