Esempio n. 1
0
 @Transactional(propagation = Propagation.REQUIRED)
 public Order getById(int id) {
   return orderDao.getById(id);
 }