예제 #1
0
 @Transactional
 public Post getPost(int id) {
   return posts.getPost(id);
 }