Author: dgeraskov
Date: 2008-01-15 10:23:23 -0500 (Tue, 15 Jan 2008)
New Revision: 5711
Added:
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/res/project/mapping/value/type/collection/map/CollectionListMap.hbm.xml
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/res/project/mapping/value/type/collection/map/CollectionMapMany.hbm.xml
Log:
http://jira.jboss.com/jira/browse/JBIDE-1571
project files
Added:
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/res/project/mapping/value/type/collection/map/CollectionListMap.hbm.xml
===================================================================
---
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/res/project/mapping/value/type/collection/map/CollectionListMap.hbm.xml
(rev 0)
+++
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/res/project/mapping/value/type/collection/map/CollectionListMap.hbm.xml 2008-01-15
15:23:23 UTC (rev 5711)
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD
3.0//EN"
+"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
+<hibernate-mapping package="mapping.value.type.collection.map">
+ <class name="CollectionMapItem"
+ table="COLLECTION_MAP_ITEMS_OF_CLASS" schema="dbo">
+ <id name="id" column="ID" type="integer" />
+ <property name="collectionMapId" column="COLLECTION_MAP_ID"
+ type="integer" />
+ <property name="itemKey" column="COLLECTION_MAP_ITEM_KEY"
+ type="integer" />
+ <property name="item" column="COLLECTION_MAP_ITEM"
+ type="character" />
+ </class>
+</hibernate-mapping>
\ No newline at end of file
Property changes on:
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/res/project/mapping/value/type/collection/map/CollectionListMap.hbm.xml
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Added:
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/res/project/mapping/value/type/collection/map/CollectionMapMany.hbm.xml
===================================================================
---
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/res/project/mapping/value/type/collection/map/CollectionMapMany.hbm.xml
(rev 0)
+++
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/res/project/mapping/value/type/collection/map/CollectionMapMany.hbm.xml 2008-01-15
15:23:23 UTC (rev 5711)
@@ -0,0 +1,14 @@
+<?xml version="1.0"?>
+<!DOCTYPE hibernate-mapping PUBLIC
+ "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
+ "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
+<hibernate-mapping package="mapping.value.type.collection.map">
+ <class name="CollectionMapMany" table="COLLECTION_MAP_MANY">
+ <composite-id>
+ <key-property name="collectionMapId"
+ column="COLLECTION_MAP_ID" />
+ <key-property name="collectionMapItemId"
+ column="COLLECTION_MAP_ITEM_ID" />
+ </composite-id>
+ </class>
+</hibernate-mapping>
\ No newline at end of file
Property changes on:
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/res/project/mapping/value/type/collection/map/CollectionMapMany.hbm.xml
___________________________________________________________________
Name: svn:mime-type
+ text/xml