Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Taal2013-11-17 22:21:16 +0000
committerMartin Taal2013-11-17 22:21:16 +0000
commit8ed2c2ccc76793e02a1cc9eea80b23eea6282eab (patch)
treee2f83b8a628e43d8a0a3f5e718f93b6ba0f865aa /tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/InheritanceAnnotationAction_hsqldb_e_o_hibernate.hbm.xml
parent6670b44e161638fe7ad59ddd3b2b7889494048d3 (diff)
downloadorg.eclipse.emf.teneo-8ed2c2ccc76793e02a1cc9eea80b23eea6282eab.tar.gz
org.eclipse.emf.teneo-8ed2c2ccc76793e02a1cc9eea80b23eea6282eab.tar.xz
org.eclipse.emf.teneo-8ed2c2ccc76793e02a1cc9eea80b23eea6282eab.zip
[420463] - implement columnDefinition handling for DiscriminatorColumn annotation
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/InheritanceAnnotationAction_hsqldb_e_o_hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/InheritanceAnnotationAction_hsqldb_e_o_hibernate.hbm.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/InheritanceAnnotationAction_hsqldb_e_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/InheritanceAnnotationAction_hsqldb_e_o_hibernate.hbm.xml
index 1ab993afe..d8a5952ec 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/InheritanceAnnotationAction_hsqldb_e_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/InheritanceAnnotationAction_hsqldb_e_o_hibernate.hbm.xml
@@ -74,7 +74,7 @@
<generator class="native"/>
</id>
<discriminator type="string">
- <column name="`DISCRIMINATOR`" index="discrIndex,ohterindex" length="120"/>
+ <column name="`DISCRIMINATOR`" index="discrIndex,ohterindex" length="120" sql-type="character varying (100) "/>
</discriminator>
<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
<meta attribute="syntheticVersion" inherit="false">true</meta>

Back to the top