コード例 #1
0
 @Transactional
 public ArrayList<Post> findPosts(long id) {
   return postsRepo.findPosts(id);
 }