Update of /cvsroot/xdoclet/xdoclet/modules/hibernate/src/META-INF
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11674/modules/hibernate/src/META-INF

Modified Files:
        xtags.xml 
Log Message:
XDT-1257: add hibernate 3 attributes for set element

Index: xtags.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/hibernate/src/META-INF/xtags.xml,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -r1.57 -r1.58
*** xtags.xml   2 Jun 2005 14:15:38 -0000       1.57
--- xtags.xml   3 Jun 2005 14:34:36 -0000       1.58
***************
*** 877,881 ****
                      <mandatory>false</mandatory>
                  </parameter>
!                 <parameter type="text">
                      <name>optimistic-lock</name>
                      <usage-description>Specifies that updates to this 
property do or do not require acquisition of the optimistic 
lock.</usage-description>
--- 877,881 ----
                      <mandatory>false</mandatory>
                  </parameter>
!                 <parameter type="bool">
                      <name>optimistic-lock</name>
                      <usage-description>Specifies that updates to this 
property do or do not require acquisition of the optimistic 
lock.</usage-description>
***************
*** 1417,1420 ****
--- 1417,1421 ----
                                  <option>join</option>
                                  <option>select</option>
+                                 <option>subselect</option>
                              </options>
                          </option-set>
***************
*** 1649,1657 ****
                  <condition-description>Hibernate</condition-description>
                  <condition type="method"/>
!                 <parameter type="bool">
!                     <name>inverse</name>
!                     <usage-description>If inverse 
collection</usage-description>
                      <mandatory>false</mandatory>
!                     <default>false</default>
                  </parameter>
                  <parameter type="text">
--- 1650,1667 ----
                  <condition-description>Hibernate</condition-description>
                  <condition type="method"/>
!                 <parameter type="text">
!                     <name>access</name>
!                     <usage-description>The strategy Hibernate should use for 
accessing the property value.</usage-description>
                      <mandatory>false</mandatory>
!                     <default>property</default>
!                     <option-sets>
!                         <option-set>
!                             <options>
!                                 <option>field</option>
!                                 <option>property</option>
!                                 <option>ClassName</option>
!                             </options>
!                         </option-set>
!                     </option-sets>
                  </parameter>
                  <parameter type="text">
***************
*** 1665,1668 ****
--- 1675,1688 ----
                      <mandatory>false</mandatory>
                  </parameter>
+                 <parameter type="text">
+                     <name>catalog</name>
+                     <usage-description>The name of a catalog the 
default</usage-description>
+                     <mandatory>false</mandatory>
+                 </parameter>
+                 <parameter type="text">
+                     <name>subselect</name>
+                     <usage-description>Specify a subselect SQL 
expression</usage-description>
+                     <mandatory>false</mandatory>
+                 </parameter>
                  <parameter type="bool">
                      <name>lazy</name>
***************
*** 1672,1675 ****
--- 1692,1706 ----
                  </parameter>
                  <parameter type="text">
+                     <name>sort</name>
+                     <usage-description>Specify a sorted collection with 
natural sort order or a given comparator class</usage-description>
+                     <mandatory>false</mandatory>
+                 </parameter>
+                 <parameter type="bool">
+                     <name>inverse</name>
+                     <usage-description>If inverse 
collection</usage-description>
+                     <mandatory>false</mandatory>
+                     <default>false</default>
+                 </parameter>
+                 <parameter type="text">
                      <name>cascade</name>
                      <usage-description>Specifies which operations should be 
cascaded from the parent object to the associated object</usage-description>
***************
*** 1689,1692 ****
--- 1720,1738 ----
                  </parameter>
                  <parameter type="text">
+                     <name>order-by</name>
+                     <usage-description>Specify table columns that define the 
iteration order</usage-description>
+                     <mandatory>false</mandatory>
+                 </parameter>
+                 <parameter type="text">
+                     <name>where</name>
+                     <usage-description>An SQL WHERE 
condition</usage-description>
+                     <mandatory>false</mandatory>
+                 </parameter>
+                 <parameter type="text">
+                     <name>batch-size</name>
+                     <usage-description>Specify a "batch size" for lazily 
fetching instances of this collection</usage-description>
+                     <mandatory>false</mandatory>
+                 </parameter>
+                 <parameter type="text">
                      <name>outer-join</name>
                      <usage-description>Enable outer-join 
fetching</usage-description>
***************
*** 1704,1740 ****
                  </parameter>
                  <parameter type="text">
!                     <name>sort</name>
!                     <usage-description>Specify a sorted collection with 
natural sort order or a given comparator class</usage-description>
                      <mandatory>false</mandatory>
                  </parameter>
                  <parameter type="text">
!                     <name>order-by</name>
!                     <usage-description>Specify table columns that define the 
iteration order</usage-description>
                      <mandatory>false</mandatory>
                  </parameter>
                  <parameter type="text">
!                     <name>where</name>
!                     <usage-description>An SQL WHERE 
condition</usage-description>
                      <mandatory>false</mandatory>
                  </parameter>
                  <parameter type="text">
!                     <name>batch-size</name>
!                     <usage-description>Specify a "batch size" for lazily 
fetching instances of this collection</usage-description>
                      <mandatory>false</mandatory>
                  </parameter>
                  <parameter type="text">
!                     <name>access</name>
!                     <usage-description>The strategy Hibernate should use for 
accessing the property value.</usage-description>
                      <mandatory>false</mandatory>
!                     <default>property</default>
!                     <option-sets>
!                         <option-set>
!                             <options>
!                                 <option>field</option>
!                                 <option>property</option>
!                                 <option>ClassName</option>
!                             </options>
!                         </option-set>
!                     </option-sets>
                  </parameter>
              </tag>
--- 1750,1797 ----
                  </parameter>
                  <parameter type="text">
!                     <name>fetch</name>
!                     <usage-description>Choose between outer-join fetching, 
fetching by sequential select, and fetching by sequential 
subselect.</usage-description>
                      <mandatory>false</mandatory>
+                     <default>select</default>
+                     <option-sets>
+                         <option-set>
+                             <options>
+                                 <option>join</option>
+                                 <option>select</option>
+                                 <option>subselect</option>
+                             </options>
+                         </option-set>
+                     </option-sets>
                  </parameter>
                  <parameter type="text">
!                     <name>persister</name>
!                     <usage-description>Specifies a custom 
ClassPersister</usage-description>
                      <mandatory>false</mandatory>
                  </parameter>
                  <parameter type="text">
!                     <name>collection-type</name>
!                     <usage-description>Specifies a collection 
type</usage-description>
                      <mandatory>false</mandatory>
                  </parameter>
                  <parameter type="text">
!                     <name>check</name>
!                     <usage-description>specify a SQL check 
expression</usage-description>
!                     <mandatory>false</mandatory>
!                 </parameter>
!                 <parameter type="bool">
!                     <name>optimistic-lock</name>
!                     <usage-description>Specifies that updates to this 
property do or do not require acquisition of the optimistic 
lock.</usage-description>
                      <mandatory>false</mandatory>
                  </parameter>
                  <parameter type="text">
!                     <name>node</name>
!                     <usage-description>specify a XML binding node 
name</usage-description>
                      <mandatory>false</mandatory>
!                 </parameter>
!                 <parameter type="bool">
!                     <name>embed-xml</name>
!                     <usage-description>Should the XML tree for the associated 
entity (or collection of value type) will be embedded directly in the XML tree 
for the entity that owns the association?</usage-description>
!                     <mandatory>false</mandatory>
!                     <default>true</default>
                  </parameter>
              </tag>



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to