Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2007-06-29 07:35:12 +0000
committermtaal2007-06-29 07:35:12 +0000
commit39a317143ab97dd1b6d07d9b967ce5a798b285c9 (patch)
tree71f474987b39d406cee9650efd103dce9aa7064b /tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/IdAction_mysql_s_o_hibernate.hbm.xml
parentd87981b3e2fa6a8d77be7ff2d08f6c6b715f8f9b (diff)
downloadorg.eclipse.emf.teneo-39a317143ab97dd1b6d07d9b967ce5a798b285c9.tar.gz
org.eclipse.emf.teneo-39a317143ab97dd1b6d07d9b967ce5a798b285c9.tar.xz
org.eclipse.emf.teneo-39a317143ab97dd1b6d07d9b967ce5a798b285c9.zip
Main changes:
- Defaultannotator and xml and annotation parsing has moved to the org.eclipse.emf.teneo plugin - SQL Naming has been re-implemented in a separate strategy class - Added option for idbag id column naming
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/IdAction_mysql_s_o_hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/IdAction_mysql_s_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/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 04cc7f256..513f9c364 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
@@ -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 Mon Apr 23 04:24:20 CEST 2007 -->
+<!-- Generated by Teneo on Fri Jun 29 09:19:24 CEST 2007 -->
<hibernate-mapping>
<class name="org.eclipse.emf.teneo.samples.emf.annotations.id.impl.IdentityIDImpl" entity-name="IdentityID" abstract="false" lazy="false" table="`identityid`">
<meta attribute="eclassName">IdentityID</meta>

Back to the top