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-serv12163/src/test/java/org/xdoclet/plugin/hibernate/pojo

Modified Files:
        MapMapping.hbm.xml MapMapping.java Relation.java 
Log Message:
fix for xdp-168



Index: MapMapping.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/pojo/MapMapping.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** MapMapping.java     10 Aug 2005 15:42:05 -0000      1.10
--- MapMapping.java     28 Feb 2006 09:15:58 -0000      1.11
***************
*** 23,27 ****
       * test element map
       *
!      * @hibernate.map
       * @hibernate.element type="string" column="value"
       * not-null="false" unique="false"
--- 23,27 ----
       * test element map
       *
!      * @hibernate.map lazy="proxy"
       * @hibernate.element type="string" column="value"
       * not-null="false" unique="false"

Index: MapMapping.hbm.xml
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/pojo/MapMapping.hbm.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** MapMapping.hbm.xml  4 Jan 2006 10:20:00 -0000       1.13
--- MapMapping.hbm.xml  28 Feb 2006 09:15:58 -0000      1.14
***************
*** 7,11 ****
              <generator class="native"/>
          </id>
!         <map name="element" >
              <key/>
              <index type="baz"/>
--- 7,11 ----
              <generator class="native"/>
          </id>
!         <map name="element" lazy="proxy">
              <key/>
              <index type="baz"/>

Index: Relation.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/pojo/Relation.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Relation.java       24 Aug 2005 09:42:36 -0000      1.11
--- Relation.java       28 Feb 2006 09:15:58 -0000      1.12
***************
*** 58,62 ****
  
      /**
!      * @hibernate.one-to-one constrained="false" 
property-ref="sysHolderByIdHolder"
       */
      public Simple getOneToOne() {
--- 58,62 ----
  
      /**
!      * @hibernate.one-to-one constrained="false" 
property-ref="sysHolderByIdHolder" 
       */
      public Simple getOneToOne() {



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to