| this implementation of the FieldConversion interface converts
between blank strings ("") and nulls values in the rdbms. This is to make
oracle and SQL Server compatible, as Oracle stores blank strings as nulls,
which makes comparisons on re-materialized objects problematic.
author: Matthew Baird version: $Id: BlankString2NullFieldConversion.java,v 1.5.2.1 2005/12/21 22:23:38 tomdz Exp $ |