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

Modified Files:
        xtags.xml 
Log Message:
added support for lazy-resultset-loading and ql-compiler to jboss.query 
(XDT-1328)

Index: xtags.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/jboss/src/META-INF/xtags.xml,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -r1.59 -r1.60
*** xtags.xml   1 Mar 2005 13:07:51 -0000       1.59
--- xtags.xml   6 Apr 2005 09:07:06 -0000       1.60
***************
*** 889,893 ****
            <mandatory>false</mandatory>
          </parameter>
!       </tag>
        <tag>
          <level>method</level>
--- 889,908 ----
            <mandatory>false</mandatory>
          </parameter>
!         <parameter type="text">
!           <name>ql-compiler</name>
!           <usage-description>Fully qualified name of QL compiler 
implementation class.</usage-description>
!           <mandatory>false</mandatory>
!         </parameter>
!         <parameter type="bool">
!           <name>lazy-resultset-loading</name>
!           <usage-description>
!           Is relevant only for multi-object queries. Allowed values are true 
and false.
!           If true, ResultSet will be read on demand, i.e. when user iterates 
through the collection.
!           If false, user is given completely initialized result, i.e. when 
user got the result
!           ResultSet is read till the end and closed.
!           </usage-description>
!           <mandatory>false</mandatory>
!         </parameter>
!       </tag>      
        <tag>
          <level>method</level>
***************
*** 949,952 ****
--- 964,982 ----
            <mandatory>false</mandatory>
          </parameter>
+         <parameter type="text">
+           <name>ql-compiler</name>
+           <usage-description>Fully qualified name of QL compiler 
implementation class.</usage-description>
+           <mandatory>false</mandatory>
+         </parameter>
+         <parameter type="bool">
+           <name>lazy-resultset-loading</name>
+           <usage-description>
+           Is relevant only for multi-object queries. Allowed values are true 
and false.
+           If true, ResultSet will be read on demand, i.e. when user iterates 
through the collection.
+           If false, user is given completely initialized result, i.e. when 
user got the result
+           ResultSet is read till the end and closed.
+           </usage-description>
+           <mandatory>false</mandatory>
+         </parameter>
        </tag>
        <tag>



-------------------------------------------------------
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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to