コード例 #1
0
 private void saveTag(Tag tag) {
   tagDAO.merge(tag);
 }