예제 #1
0
 @Transactional(propagation = Propagation.REQUIRED, readOnly = true)
 public List<OrderBean> findOrderByTimeIdForPage(int timeId) {
   return orderDao.findOrderByTimeIdForPage(timeId);
 }