dgraham     2004/08/22 20:16:27

  Modified:    dbutils/xdocs index.xml
  Log:
  Added note about DbUtils' ability to populate beans with column values.
  
  Revision  Changes    Path
  1.8       +6 -0      jakarta-commons/dbutils/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/dbutils/xdocs/index.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- index.xml 15 Mar 2004 05:31:40 -0000      1.7
  +++ index.xml 23 Aug 2004 03:16:26 -0000      1.8
  @@ -47,6 +47,12 @@
        code clearly expresses your intention without being cluttered 
        with resource cleanup.
        </li>
  +     <li>
  +         Automatically populate JavaBean properties from ResultSets.  You
  +         don't need to manually copy column values into bean instances
  +         by calling setter methods.  Each row of the ResultSet can be
  +         represented by one fully populated bean instance.
  +     </li>
   </ul>
   
   </section>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to