| This implementation of the
FieldConversion interface converts
between a
java.util.List of
java.lang.String objects and a database
varchar field.
Strings may not contain "#" as this is used as separator.
author: Guillaume Nodet version: $Id: StringList2VarcharFieldConversion.java,v 1.2.2.1 2005/12/21 22:23:38 tomdz Exp $ |