/*
  * (non-Javadoc)
  *
  * @see
  * com.pfchoice.core.service.HedisMeasureRuleService#findById(java.lang.
  * Integer)
  */
 @Override
 @Transactional(readOnly = true)
 public HedisMeasureRule findById(final Integer id) {
   return hedisMeasureRuleDao.findById(id);
 }