예제 #1
0
 public User findByNotRegisteredUserName(String userName) {
   User user = db.selectNotRegisteredUserByUsername(userName);
   return user;
 }