Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.
The following page has been changed by KevinWilliams: http://wiki.apache.org/ws/ColumnConverters ------------------------------------------------------------------------------ /** * A lightweight Table-column <--> DataObject-property converter framework. Converters allow a user to - * insert a transformation between a column value and is destination DataObject property value. For example, by default, a VARCHAR column will be represented as a String in its corresponding + * insert a transformation between a column value and is destination DataObject property value. For example, + * by default, a VARCHAR column will be represented as a String in its corresponding DataObject property. - * DataObject property. A user could insert a converter that transforms the the VARCHAR value to an Integer. If this is done then although the column + * A user could insert a converter that transforms the the VARCHAR value to an Integer. If this is done then - * returns character data, the DataObject property will be an Integer + * although the column returns character data, the DataObject property will be an Integer - * - * */ public interface Converter { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
