예제 #1
0
 // -- User Manager --//
 @Transactional(readOnly = true)
 public User getUser(Long id) {
   return userDao.get(id);
 }