Feature Requests item #490701, was opened at 2001-12-08 13:56
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=402707&aid=490701&group_id=31602

Category: None
Group: None
>Status: Closed
Priority: 5
Submitted By: Ingo Br�ll (ibruell)
Assigned to: Nobody/Anonymous (nobody)
Summary: JBoss JAWS <read-ahead> support

Initial Comment:
For custom finders this option should increase 
performance

Here an example from the JBoss Docs:

 <jaws>
   <enterprise-beans>
     <entity>
       <ejb-name>ClassBean</ejb-name>
       <finder>
         <name>findBigClasses</name>
         <query>studentCount > {0} AND teacherName = 
{1}</query>
         <order>studentCount DESC</order>
         <read-ahead>true</read-ahead>
       </finder>
       <finder>
         <name>findAll</name>
         <query />
         <order />
         <read-ahead>true</read-ahead>
       </finder>
     </entity>
   </enterprise-beans>
   ...
 </jaws>




----------------------------------------------------------------------

>Comment By: Dmitri Colebatch (dimc)
Date: 2001-12-08 15:13

Message:
Logged In: YES 
user_id=204154

Just implemented now.  Use @jboss:finder read-ahead="true"

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=402707&aid=490701&group_id=31602

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to