if ( isColumnAKey( keys,column ))
{
//if ( ( (Integer) value).intValue() < 1 )
if (SimpleDAOUtils.isPropertyNull(pd.getPropertyType(), value))
{
throw new SimpleDAOException("Key may not have a null/0 value;");
}
whereSQL.append(column);
whereSQL.append(" = ?");
keyCount++;