Author: gbayon
Date: Thu Feb 15 12:12:10 2007
New Revision: 508118

URL: http://svn.apache.org/viewvc?view=rev&rev=508118
Log:
Fixed IBATISNET-207 

Modified:
    ibatis/trunk/cs/docs/dataMapperGuide/src/en/working.xml

Modified: ibatis/trunk/cs/docs/dataMapperGuide/src/en/working.xml
URL: 
http://svn.apache.org/viewvc/ibatis/trunk/cs/docs/dataMapperGuide/src/en/working.xml?view=diff&rev=508118&r1=508117&r2=508118
==============================================================================
--- ibatis/trunk/cs/docs/dataMapperGuide/src/en/working.xml (original)
+++ ibatis/trunk/cs/docs/dataMapperGuide/src/en/working.xml Thu Feb 15 12:12:10 
2007
@@ -1578,7 +1578,7 @@
          <sect3>
         <title>groupBy</title>
 
-        <para>The optional <parameter>groupBy</parameter> attribute specifies 
a list of .NET properties names of the result object build by the resultMap. 
Thera are used to identify unique rows in the returned result set. Rows with 
equal values for the specified properties will only generate one result object. 
Use groupBy in combination with nested resultMaps to solve the N+1 query 
problem. Exemple : "Id" or "Desciption, Date".(see  paragraph 3.5.13).</para>
+        <para>The optional <parameter>groupBy</parameter> attribute specifies 
a list of .NET property names of the result object build by the resultMap. They 
are used to identify unique rows in the returned result set. Rows with equal 
values for the specified properties will only generate one result object. Use 
groupBy in combination with nested resultMaps to solve the N+1 query problem. 
Exemple : "Id" or "Desciption, Date".(see  paragraph 3.5.13).</para>
       </sect3>
     </sect2>
 


Reply via email to