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

Modified Files:
        xtags.xml 
Log Message:
- newer version of jdo_2_0.dtd (fetched from the JPOX project)
- added support of @jdo.fetch-group on class level

Index: xtags.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/jdo/src/META-INF/xtags.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** xtags.xml   14 Aug 2004 17:19:01 -0000      1.9
--- xtags.xml   22 Nov 2004 14:43:19 -0000      1.10
***************
*** 60,63 ****
--- 60,64 ----
          <usage-description>
                Defines the mapping to a relational database. To use if the JDO 
bean is to be persisted on a relational database.
+               WARNING: All sql.* tags are not supported by most of the JDO 
implementations and are replaced by new tags in JDO2!
          </usage-description>
          <unique>true</unique>
***************
*** 75,78 ****
--- 76,122 ----
        </tag>
        <tag>
+               <level>class</level>
+               <name>jdo.fetchgroup</name>
+               <usage-description>
+                       Defines a fetch-group to be used by JDO detach. 
Example: @jdo.fetch-group name="fetch-some-fields" field-names="field0, field1, 
field2"
+               </usage-description>
+               <unique>false</unique>
+               <condition-description>
+               Applicable to the whole class.
+         </condition-description>
+         <condition type="class" />
+         <parameter type="text">
+           <name>name</name>
+           <usage-description>
+               Defines the name of the fetch-group.
+           </usage-description>
+           <mandatory>true</mandatory>
+         </parameter>
+         <parameter type="bool">
+           <name>post-load</name>
+           <usage-description>
+           </usage-description>
+           <mandatory>false</mandatory>
+         </parameter>
+         <parameter type="text">
+           <name>field-names</name>
+           <usage-description>
+               A comma-separated list of the fields that should be contained 
by this fetch-group.
+               This list may contain spaces for better readability - they are 
ignored.
+           </usage-description>
+           <mandatory>false</mandatory>
+         </parameter>
+         <parameter type="text">
+           <name>fetch-group-names</name>
+           <usage-description>
+               A comma-separated list of previously defined fetch-groups to be 
included
+               in this fetch-group. This avoids rewriting all the fields by 
just refering
+               other fetch-groups.
+               This list may contain spaces for better readability - they are 
ignored.
+           </usage-description>
+           <mandatory>false</mandatory>
+         </parameter>
+       </tag>
+       <tag>
          <level>field</level>
          <name>jdo.field</name>



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to