コード例 #1
0
ファイル: UserService.java プロジェクト: virusea/zhangboss
 @Transactional
 public User findById(long id) {
   return dao.findById(id);
 }