Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2010-04-23 08:52:54 +0000
committermtaal2010-04-23 08:52:54 +0000
commit7f4ef8616b08cefe65c45786bc861ccc372b9b56 (patch)
tree07d8c21f8b82bfa49fc9dbfc50ee9398d4f8d2c8 /tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations
parent1e59fb39fda670eca64cc3ea6623b545537b6e78 (diff)
downloadorg.eclipse.emf.teneo-7f4ef8616b08cefe65c45786bc861ccc372b9b56.tar.gz
org.eclipse.emf.teneo-7f4ef8616b08cefe65c45786bc861ccc372b9b56.tar.xz
org.eclipse.emf.teneo-7f4ef8616b08cefe65c45786bc861ccc372b9b56.zip
[310234]
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/EmbeddedAction_mysql_s_o_hibernate.hbm.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/EmbeddedAction_mysql_s_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/EmbeddedAction_mysql_s_o_hibernate.hbm.xml
index b064080ad..d2e188240 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/EmbeddedAction_mysql_s_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/EmbeddedAction_mysql_s_o_hibernate.hbm.xml
@@ -78,6 +78,11 @@
</property>
</composite-element>
</list>
+ <component name="nestedEmbedded" class="org.eclipse.emf.teneo.samples.emf.annotations.embedded.impl.NestedEmbeddableImpl">
+ <property name="nestedName" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String">
+ <column not-null="false" unique="false" name="`ne_nestedname`"/>
+ </property>
+ </component>
<property name="name" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String">
<column not-null="true" unique="false" name="`anotherembedded_name`"/>
</property>

Back to the top