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