Ejemplo n.º 1
0
 public int updateByPrimaryKeySelective(Object object) throws RuntimeException {
   try {
     return genericDAO.updateByPrimaryKeySelective(object);
   } catch (RuntimeException e) {
     logger.info("��" + this.getClass().getSimpleName() + "��������쳣:" + e.getMessage());
     throw new RuntimeException("����쳣:" + e.getMessage());
   }
 }