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-serv2563

Modified Files:
        AnyMapping.hbm.xml AnyMapping.java 
Log Message:
Remove cascade values restriction

Index: AnyMapping.hbm.xml
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/pojo/AnyMapping.hbm.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** AnyMapping.hbm.xml  26 Apr 2005 07:00:16 -0000      1.3
--- AnyMapping.hbm.xml  12 May 2005 13:47:24 -0000      1.4
***************
*** 3,7 ****
  <hibernate-mapping>
      <class name="org.xdoclet.plugin.hibernate.pojo.AnyMapping" 
table="any-table">
!         <any id-type="long" cascade="save-update" index="glum" name="any" 
insert="true" update="false" meta-type="string">
              <meta inherit="false" attribute="foo">bar</meta>
              <meta-value value="glam" class="blurge"/>
--- 3,7 ----
  <hibernate-mapping>
      <class name="org.xdoclet.plugin.hibernate.pojo.AnyMapping" 
table="any-table">
!         <any id-type="long" cascade="all-delete-orphan,refresh" index="glum" 
name="any" insert="true" update="false" meta-type="string">
              <meta inherit="false" attribute="foo">bar</meta>
              <meta-value value="glam" class="blurge"/>

Index: AnyMapping.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/test/java/org/xdoclet/plugin/hibernate/pojo/AnyMapping.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** AnyMapping.java     26 Apr 2005 07:00:17 -0000      1.3
--- AnyMapping.java     12 May 2005 13:47:24 -0000      1.4
***************
*** 20,24 ****
  
      /**
!      * @hibernate.any id-type="long" meta-type="string" cascade="save-update"
       * insert="true" update="false" index="glum"
       * @hibernate.column name = "glem" sql-type = "foo"
--- 20,24 ----
  
      /**
!      * @hibernate.any id-type="long" meta-type="string" 
cascade="all-delete-orphan,refresh"
       * insert="true" update="false" index="glum"
       * @hibernate.column name = "glem" sql-type = "foo"



-------------------------------------------------------
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=7393&alloc_id=16281&op=click
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to