Update of /cvsroot/xdoclet/xdoclet/modules/jboss/src/META-INF
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22156/modules/jboss/src/META-INF
Modified Files:
xtags.xml
Log Message:
JBoss QL queries for select methods (XDT-1274)
Index: xtags.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/jboss/src/META-INF/xtags.xml,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -r1.57 -r1.58
*** xtags.xml 2 Feb 2005 20:56:38 -0000 1.57
--- xtags.xml 19 Feb 2005 08:36:47 -0000 1.58
***************
*** 868,871 ****
--- 868,931 ----
</tag>
<tag>
+ <level>method</level>
+ <name>jboss.query</name>
+ <usage-description>
+ Configures a custom query for a select method for the JBossCMP
engine (Requires JBoss 3+).
+ Note that you still need an empty @ejb.select tag. If it is
not present, then container
+ will complain at deploy time.
+ </usage-description>
+ <unique>false</unique>
+ <condition-description>Applicable to Entity beans with at least one
custom finder.</condition-description>
+ <condition type="and">
+ <condition type="method"/>
+ <condition type="tag-exists">
+ <condition-parameter>ejb.select</condition-parameter>
+ </condition>
+ </condition>
+ <parameter type="text">
+ <name>description</name>
+ <usage-description>Description of this custom
query.</usage-description>
+ <mandatory>false</mandatory>
+ </parameter>
+ <parameter type="text">
+ <name>query</name>
+ <usage-description>
+ JBossQL query which overrides the EJB-QL specified in the EJB
deployment descriptor. JBossQL is a superset of EJB-QL.
+ </usage-description>
+ <mandatory>false</mandatory>
+ </parameter>
+ <parameter type="bool">
+ <name>dynamic</name>
+ <usage-description>
+ Dynamic JBossQL query. The JBossQL is passed to the query and
compiled on the fly.
+ </usage-description>
+ <mandatory>false</mandatory>
+ </parameter>
+ <parameter type="text">
+ <name>strategy</name>
+ <usage-description>Specifies the strategy used to read-ahead data
in queries.</usage-description>
+ <mandatory>false</mandatory>
+ <option-sets>
+ <option-set>
+ <options>
+ <option>none</option>
+ <option>on-load</option>
+ <option>on-find</option>
+ </options>
+ </option-set>
+ </option-sets>
+ </parameter>
+ <parameter type="int">
+ <name>page-size</name>
+ <usage-description>Specifies the number of entities that will be
read in a single read-ahead load query.</usage-description>
+ <mandatory>false</mandatory>
+ </parameter>
+ <parameter type="text">
+ <name>eager-load-group</name>
+ <usage-description>Contains the name of the load group that will
eager loaded for this entity.</usage-description>
+ <mandatory>false</mandatory>
+ </parameter>
+ </tag>
+ <tag>
<level>class</level>
<name>jboss.read-ahead</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