You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by dg...@apache.org on 2004/03/15 00:12:34 UTC

cvs commit: jakarta-commons/dbutils/xdocs examples.xml

dgraham     2004/03/14 15:12:34

  Modified:    dbutils/xdocs examples.xml
  Log:
  Updated docs for BeanProcessor.
  
  Revision  Changes    Path
  1.5       +6 -8      jakarta-commons/dbutils/xdocs/examples.xml
  
  Index: examples.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/dbutils/xdocs/examples.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- examples.xml	28 Feb 2004 00:36:26 -0000	1.4
  +++ examples.xml	14 Mar 2004 23:12:34 -0000	1.5
  @@ -19,8 +19,6 @@
   
    <properties>
     <title>JDBC Utility Component -- Examples</title>
  -  <author email="yoavs@apache.org">Yoav Shapira</author>
  -  <author email="dgraham@apache.org">David Graham</author>
    </properties>
   
   <body>
  @@ -150,13 +148,13 @@
   </p>
   </section>
   
  -<section name="Custom ColumnProcessor">
  +<section name="Custom BeanProcessor">
   <p>
  -<code>BasicRowProcessor</code> uses a <a href="apidocs/org/apache/commons/dbutils/ColumnProcessor.html">ColumnProcessor</a>
  -to convert <code>ResultSet</code> columns into JavaBean properties.  You can implement this interface
  -to handle datatype mapping specific to your application.  By default <code>BasicRowProcessor</code> uses a
  -<a href="apidocs/org/apache/commons/dbutils/BasicColumnProcessor.html">BasicColumnProcessor</a>
  -instance which may be sufficient for your application.
  +<code>BasicRowProcessor</code> uses a <a href="apidocs/org/apache/commons/dbutils/BeanProcessor.html">BeanProcessor</a>
  +to convert <code>ResultSet</code> columns into JavaBean properties.  You can 
  +subclass and override processing steps to handle datatype mapping specific to 
  +your application.  The provided implementation delegates datatype conversion to 
  +the JDBC driver.
   </p>
   </section>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org