Object value = PropertyUtils.getProperty(params, fieldName);
if (value != null) other.valueFilters.put(fieldName, value);
}
} catch (IllegalAccessException e) {
LogFactory.getLog(HibernateQuerySet.class).error(e,e);
throw new ManagerException(e);
} catch (InvocationTargetException e) {
LogFactory.getLog(HibernateQuerySet.class).error(e,e);
throw new ManagerException(e);
} catch (NoSuchMethodException e) {
LogFactory.getLog(HibernateQuerySet.class).error(e,e);
throw new ManagerException(e);
}
return other;
}