Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.hibernate.test.emf.sample.LibrarySessionControllerAddContentAction/mysql_s_o/hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.hibernate.test.emf.sample.LibrarySessionControllerAddContentAction/mysql_s_o/hibernate.hbm.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.hibernate.test.emf.sample.LibrarySessionControllerAddContentAction/mysql_s_o/hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.hibernate.test.emf.sample.LibrarySessionControllerAddContentAction/mysql_s_o/hibernate.hbm.xml
index 256e836c6..d54457b92 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.hibernate.test.emf.sample.LibrarySessionControllerAddContentAction/mysql_s_o/hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.hibernate.test.emf.sample.LibrarySessionControllerAddContentAction/mysql_s_o/hibernate.hbm.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
-<!-- Generated by Teneo on Thu Feb 01 13:24:19 CET 2007 -->
+<!-- Generated by Teneo on Mon Feb 05 13:52:32 CET 2007 -->
<hibernate-mapping>
<typedef name="library.BookCategoryObject" class="org.eclipse.emf.teneo.hibernate.mapping.DefaultToStringUserType">
<param name="epackage">http://www.eclipse.org/emf/teneo/samples/emf/sample/Library</param>
@@ -30,7 +30,7 @@
</type>
</property>
<many-to-one name="author" entity-name="Writer" cascade="merge,persist,save-update,lock,refresh" lazy="false" insert="false" update="false" not-null="false">
- <column not-null="false" unique="false" name="`book_author_id`"/>
+ <column not-null="false" unique="false" name="`book_author_e_id`"/>
</many-to-one>
</class>
<class entity-name="Library" abstract="false" lazy="false" table="`library`">
@@ -48,14 +48,14 @@
</property>
<list name="writers" fetch="subselect" lazy="true" cascade="all,delete-orphan">
<key update="true">
- <column name="`library_writers_id`" not-null="false" unique="false"/>
+ <column name="`library_writers_e_id`" not-null="false" unique="false"/>
</key>
<list-index column="`library_writers_idx`"/>
<one-to-many entity-name="Writer"/>
</list>
<list name="books" lazy="true" cascade="all,delete-orphan">
<key update="true">
- <column name="`library_books_id`" not-null="false" unique="false"/>
+ <column name="`library_books_e_id`" not-null="false" unique="false"/>
</key>
<list-index column="`library_books_idx`"/>
<one-to-many entity-name="Book"/>
@@ -76,7 +76,7 @@
</property>
<list name="books" lazy="true" cascade="merge,persist,save-update,lock,refresh">
<key update="true">
- <column name="`book_author_id`" not-null="false" unique="false"/>
+ <column name="`book_author_e_id`" not-null="false" unique="false"/>
</key>
<list-index column="`writer_books_idx`"/>
<one-to-many entity-name="Book"/>

Back to the top