public int batchUpdate(final String jpql, final Object[] params) {
   return dao.batchUpdate(jpql, params);
 }