コード例 #1
0
 public Category find(Long id) {
   return categoryRepository.findOne(id);
 }