我利用,批量修改语句对UpLineUser对象进行修改代码如下: String sql="update UpLineUser a set a.upLineContHoliday='C02' where a.isComeStr='未归队' and a.upLineComeDate<'"+nowDate+"'"; this.getHibernateTemplate().getSessionFactory().openSession().createQuery(sql).executeUpdate();