[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Peter Muir peter at bleepbleep.org.uk
Sat Jan 5 13:11:15 EST 2008


  User: pmuir   
  Date: 08/01/05 13:11:15

  Modified:    doc/reference/en/modules  framework.xml
  Log:
  JBSEAM-1986
  
  Revision  Changes    Path
  1.27      +8 -0      jboss-seam/doc/reference/en/modules/framework.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: framework.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/framework.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -b -r1.26 -r1.27
  --- framework.xml	5 Jan 2008 18:08:00 -0000	1.26
  +++ framework.xml	5 Jan 2008 18:11:15 -0000	1.27
  @@ -502,6 +502,14 @@
       </event>]]></programlisting>
   
         <para>
  +         Unfortunately Query objects don't work well with 
  +         <emphasis>join fetch</emphasis> queries - the use of pagination with
  +         these queries is not recomended, and you'll have to implement your own
  +         method of calculating the total number of results (by overriding 
  +         <literal>getCountEjbql()</literal>.
  +      </para>
  +
  +      <para>
            The examples in this section have all shown reuse by configuration. However,
            reuse by extension is equally possible for Query objects.
         </para>
  
  
  



More information about the jboss-cvs-commits mailing list