Column column = (Column)columns.get(i);
Cell cell = ObjectUtil.findNewCell(row, column.getTableName(), column.getColumnName());
dao.setObject(i+1, cell.getColumnValue());
}
dao.executeUpdate();
dao.commit();
dao.setAutoCommit(true);
return true;
}
//This will delete only one row