hi, jboss 3.2.3 supports a "check-dirty-after-get" tag for a cmp-field that prevents unnecessary database updates. could someone possibly add this to xdoclet?

example:

<cmp-field>
 <field-name>shipDate</field-name>
  <column-name>ship_date</column-name>
  <not-null/>
  <jdbc-type>DATE</jdbc-type>
  <sql-type>DATE</sql-type>
  <check-dirty-after-get>false</check-dirty-after-get>
</cmp-field>

http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_2.dtd


Thanks, Micah


------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to