Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2008-10-27 13:19:26 +0000
committermtaal2008-10-27 13:19:26 +0000
commit1aecbc085919b82ee0b937e048ee1183b075f034 (patch)
tree2ffcebac9098aa62f99655a9058e50789650b699 /tests/org.eclipse.emf.teneo.hibernate.test/hbm
parenta01d0ca297cc59944f63798537546dbd394f6f13 (diff)
downloadorg.eclipse.emf.teneo-1aecbc085919b82ee0b937e048ee1183b075f034.tar.gz
org.eclipse.emf.teneo-1aecbc085919b82ee0b937e048ee1183b075f034.tar.xz
org.eclipse.emf.teneo-1aecbc085919b82ee0b937e048ee1183b075f034.zip
[252178]
[252179] [252180]
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test/hbm')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/IdAction_mysql_a_o_hibernate.hbm.xml4
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/IdAction_mysql_e_o_hibernate.hbm.xml4
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/IdAction_mysql_s_o_hibernate.hbm.xml4
3 files changed, 6 insertions, 6 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/IdAction_mysql_a_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/IdAction_mysql_a_o_hibernate.hbm.xml
index ad793c6f9..fbcc181f8 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/IdAction_mysql_a_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/IdAction_mysql_a_o_hibernate.hbm.xml
@@ -49,7 +49,7 @@
<generator class="hilo">
<param name="table">TGEN</param>
<param name="column">VAL_COL</param>
- <param name="max_lo">2</param>
+ <param name="max_lo">49</param>
</generator>
</id>
<discriminator column="`dtype`" type="string"/>
@@ -80,7 +80,7 @@
<generator class="hilo">
<param name="table">OTHERTGEN</param>
<param name="column">VAL_COL</param>
- <param name="max_lo">2</param>
+ <param name="max_lo">49</param>
</generator>
</id>
<discriminator column="`dtype`" type="string"/>
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/IdAction_mysql_e_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/IdAction_mysql_e_o_hibernate.hbm.xml
index 9f4484f11..b71c3c73c 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/IdAction_mysql_e_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/IdAction_mysql_e_o_hibernate.hbm.xml
@@ -46,7 +46,7 @@
<generator class="hilo">
<param name="table">TGEN</param>
<param name="column">VAL_COL</param>
- <param name="max_lo">2</param>
+ <param name="max_lo">49</param>
</generator>
</id>
<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
@@ -75,7 +75,7 @@
<generator class="hilo">
<param name="table">OTHERTGEN</param>
<param name="column">VAL_COL</param>
- <param name="max_lo">2</param>
+ <param name="max_lo">49</param>
</generator>
</id>
<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/IdAction_mysql_s_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/IdAction_mysql_s_o_hibernate.hbm.xml
index 9f4484f11..b71c3c73c 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/IdAction_mysql_s_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/IdAction_mysql_s_o_hibernate.hbm.xml
@@ -46,7 +46,7 @@
<generator class="hilo">
<param name="table">TGEN</param>
<param name="column">VAL_COL</param>
- <param name="max_lo">2</param>
+ <param name="max_lo">49</param>
</generator>
</id>
<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
@@ -75,7 +75,7 @@
<generator class="hilo">
<param name="table">OTHERTGEN</param>
<param name="column">VAL_COL</param>
- <param name="max_lo">2</param>
+ <param name="max_lo">49</param>
</generator>
</id>
<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">

Back to the top