Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/pojo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1698/src/test/java/org/xdoclet/plugin/hibernate/pojo

Modified Files:
        CompositeMapKeyMapping.hbm.xml CompositeMapping.hbm.xml 
Log Message:
corrected field access for  map and list


Index: CompositeMapping.hbm.xml
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/pojo/CompositeMapping.hbm.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** CompositeMapping.hbm.xml    13 May 2005 07:50:46 -0000      1.1
--- CompositeMapping.hbm.xml    23 May 2005 14:49:21 -0000      1.2
***************
*** 7,11 ****
              <generator class="native"/>
          </id>
!         <list name="emailAddresses" fetch="join">
              <key column="userName"/>
              <list-index column="displayOrder" base="1"/>
--- 7,11 ----
              <generator class="native"/>
          </id>
!         <list access="field" name="emailAddresses" fetch="join">
              <key column="userName"/>
              <list-index column="displayOrder" base="1"/>
***************
*** 14,18 ****
              </composite-element>
          </list>
!         <list name="permissions">
              <key column="userName"/>
              <list-index column="displayOrder" base="1"/>
--- 14,18 ----
              </composite-element>
          </list>
!         <list access="field" name="permissions">
              <key column="userName"/>
              <list-index column="displayOrder" base="1"/>
***************
*** 23,27 ****
              </composite-element>
          </list>
!         <map name="sessionData">
              <key column="userName"/>
              <map-key column="attributeName" type="string"/>
--- 23,27 ----
              </composite-element>
          </list>
!         <map access="field" name="sessionData">
              <key column="userName"/>
              <map-key column="attributeName" type="string"/>

Index: CompositeMapKeyMapping.hbm.xml
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/pojo/CompositeMapKeyMapping.hbm.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** CompositeMapKeyMapping.hbm.xml      17 May 2005 12:42:54 -0000      1.2
--- CompositeMapKeyMapping.hbm.xml      23 May 2005 14:49:20 -0000      1.3
***************
*** 4,8 ****
  <hibernate-mapping>
      <class name="org.xdoclet.plugin.hibernate.pojo.CompositeMapKeyMapping">
!         <map name="theMap">
              <key/>
              <composite-map-key 
class="org.xdoclet.plugin.hibernate.pojo.CompositeMapKeyMapping$CompositeMapKey">
--- 4,8 ----
  <hibernate-mapping>
      <class name="org.xdoclet.plugin.hibernate.pojo.CompositeMapKeyMapping">
!         <map access="field" name="theMap">
              <key/>
              <composite-map-key 
class="org.xdoclet.plugin.hibernate.pojo.CompositeMapKeyMapping$CompositeMapKey">



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to