Update of /cvsroot/xdoclet/xdoclet/modules/hibernate/src/META-INF
In directory sc8-pr-cvs1:/tmp/cvs-serv15396/src/META-INF

Modified Files:
        xtags.xml 
Log Message:
fixed bag mapping


Index: xtags.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/hibernate/src/META-INF/xtags.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** xtags.xml   18 Dec 2002 13:13:08 -0000      1.5
--- xtags.xml   19 Dec 2002 13:21:37 -0000      1.6
***************
*** 320,328 ****
                                        <default>false</default>
                  </parameter>
!                 <parameter type="bool">
                      <name>outer-join</name>
                      <usage-description>Defaults to true. Enable outer-join fetching 
for this association when hibernate.use_outer_join is set.</usage-description>
                      <mandatory>false</mandatory>
!                                       <default>true</default>
                  </parameter>
              </tag>
--- 320,337 ----
                                        <default>false</default>
                  </parameter>
!                 <parameter type="text">
                      <name>outer-join</name>
                      <usage-description>Defaults to true. Enable outer-join fetching 
for this association when hibernate.use_outer_join is set.</usage-description>
                      <mandatory>false</mandatory>
!                                       <default>auto</default>
!                                       <option-sets>
!                                               <option-set>
!                                                       <options>
!                                                               <option>true</option>
!                                                               <option>false</option>
!                                                               <option>auto</option>
!                                                       </options>
!                                               </option-set>
!                                       </option-sets>
                  </parameter>
              </tag>
***************
*** 555,558 ****
--- 564,568 ----
                      <usage-description>Specifies which operations should be cascaded 
from the parent object to the associated object.</usage-description>
                      <mandatory>false</mandatory>
+                                       <default>none</default>
                                        <option-sets>
                                                <option-set>
***************
*** 560,564 ****
                                                                <option>all</option>
                                                                <option>none</option>
!                                                               
<option>save/update</option>
                                                                <option>delete</option>
                                                        </options>
--- 570,574 ----
                                                                <option>all</option>
                                                                <option>none</option>
!                                                               
<option>save-update</option>
                                                                <option>delete</option>
                                                        </options>



-------------------------------------------------------
This SF.NET email is sponsored by: Geek Gift Procrastinating?
Get the perfect geek gift now!  Before the Holidays pass you by.
T H I N K G E E K . C O M      http://www.thinkgeek.com/sf/
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to