Exemple #1
0
 @Transactional(readOnly = true)
 public Page findPage(ProductQuery query) {
   return productDao.findPage(query);
 }