コード例 #1
0
 public int batchUpdate(final String jpql, final Object[] params) {
   return dao.batchUpdate(jpql, params);
 }