Exemplo n.º 1
0
 public void put(String tableName, List<Put> paramList) {
   try {
     hzTemplate.put(tableName, paramList);
   } catch (Exception ex) {
     throw new HzBaoException(ex);
   }
 }