示例#1
0
 @Transactional(readOnly = true)
 @Cacheable("seo")
 public Seo find(Type type, String cacheRegion) {
   return seoDao.find(type);
 }
示例#2
0
 @Transactional(readOnly = true)
 public Seo find(Type type) {
   return seoDao.find(type);
 }