コード例 #1
0
 public HrEducation getEducationById(Integer educationId) {
   return hrEducationDAO.getEducationById(educationId);
 }