You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by ib...@incubator.apache.org on 2005/01/23 02:57:33 UTC

[Apache iBATIS Wiki] Updated: How do I improve SQL Map performance?

   Date: 2005-01-22T17:57:33
   Editor: LarryMeadors
   Wiki: Apache iBATIS Wiki
   Page: How do I improve SQL Map performance?
   URL: http://wiki.apache.org/ibatis/How do I improve SQL Map performance?

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -7,7 +7,7 @@
 2) Use an explicitly defined <resultMap> and DON'T allow remapping of
 results (new 2.0.9 feature)
 
-3) Use a JavaBean (not a Map or XML etc.)
+3) Use a Java``Bean (not a Map or XML etc.)
 
 4) Make sure all of your properties are "simple properties" (no
 dot.notation, array[] access or mixed bean/map properties).