예제 #1
0
 @Transactional
 public void removePost(Post post) {
   posts.removePost(post);
 }