HQL能不能实现数学运算符查询,例如我的一个表里有字段month1,month2,month3,我想查询出合计例如这样select (month1+month2+month3)as total,* from table;HQL应该怎样写,实体类要不要加字段,hibernate配置文件要不要加上相应字段