Update of /cvsroot/xdoclet/xdoclet/modules/jdo/src/META-INF
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27998/modules/jdo/src/META-INF
Modified Files:
xtags.xml
Log Message:
added support for @jdo.query
Index: xtags.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/jdo/src/META-INF/xtags.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** xtags.xml 21 Feb 2005 15:56:42 -0000 1.12
--- xtags.xml 19 Mar 2005 17:45:43 -0000 1.13
***************
*** 119,122 ****
--- 119,159 ----
</tag>
<tag>
+ <level>class</level>
+ <name>jdo.query</name>
+ <usage-description>
+ Defines a a named query in the one-string-notation.
+ </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 query.
+ </usage-description>
+ <mandatory>true</mandatory>
+ </parameter>
+ <parameter type="text">
+ <name>language</name>
+ <usage-description>
+ Defines the query language. Possible values are
'javax.jdo.query.JDOQL', 'javax.jdo.query.SQL' or 'javax.jdo.query.JPOXSQL'
+ (a vendor extension of the JPOX project). Other languages may
be supported by your
+ JDO implementation, but only the first two are guaranteed to be
supported by all
+ JDO libraries.
+ </usage-description>
+ <mandatory>false</mandatory>
+ <default>javax.jdo.query.JDOQL</default>
+ </parameter>
+ <parameter type="text">
+ <name>expression</name>
+ <usage-description>
+ The query expression itself, e.g. "SELECT FROM
org.jpox.example.Product WHERE status == 'Sold Out'"
+ </usage-description>
+ <mandatory>true</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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
xdoclet-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel