コード例 #1
0
 public CustomerEntity findById(Long id) {
   return customerRepository.findOne(id);
 }