Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2010-10-29 09:35:15 +0000
committermtaal2010-10-29 09:35:15 +0000
commit09a36577bc0c33d70d2485be285763ca056da2c9 (patch)
treefd0a5ab7e27d55e8c60a925efff71a5a408c4d4a /tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.issues/BZ224991Action_mysql_s_o_hibernate.hbm.xml
parent968d948c1f8ce78ae38ad5ed1ce123d6541b98df (diff)
downloadorg.eclipse.emf.teneo-09a36577bc0c33d70d2485be285763ca056da2c9.tar.gz
org.eclipse.emf.teneo-09a36577bc0c33d70d2485be285763ca056da2c9.tar.xz
org.eclipse.emf.teneo-09a36577bc0c33d70d2485be285763ca056da2c9.zip
[328570]
[328749]
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.issues/BZ224991Action_mysql_s_o_hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.issues/BZ224991Action_mysql_s_o_hibernate.hbm.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.issues/BZ224991Action_mysql_s_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.issues/BZ224991Action_mysql_s_o_hibernate.hbm.xml
index 7e125ad1a..daf2b8036 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.issues/BZ224991Action_mysql_s_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.issues/BZ224991Action_mysql_s_o_hibernate.hbm.xml
@@ -3,18 +3,18 @@
<hibernate-mapping auto-import="false">
<class name="org.eclipse.emf.teneo.samples.issues.bz224991.impl.ParentImpl" entity-name="Parent" abstract="false" lazy="false" table="`parent`">
- <meta attribute="eclassName">Parent</meta>
- <meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/issues/bz224991</meta>
+ <meta attribute="eclassName" inherit="false">Parent</meta>
+ <meta attribute="epackage" inherit="false">http://www.eclipse.org/emf/teneo/samples/issues/bz224991</meta>
<id name="id" type="long" unsaved-value="0">
<column not-null="true" unique="false" name="`id`"/>
</id>
<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
- <meta attribute="syntheticVersion">true</meta>
+ <meta attribute="syntheticVersion" inherit="false">true</meta>
</version>
</class>
<joined-subclass name="org.eclipse.emf.teneo.samples.issues.bz224991.impl.ChildImpl" entity-name="Child" abstract="false" lazy="false" extends="Parent" table="`child`">
- <meta attribute="eclassName">Child</meta>
- <meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/issues/bz224991</meta>
+ <meta attribute="eclassName" inherit="false">Child</meta>
+ <meta attribute="epackage" inherit="false">http://www.eclipse.org/emf/teneo/samples/issues/bz224991</meta>
<key>
<column name="`mypk`"/>
</key>

Back to the top