コード例 #1
0
 @Override
 public int countByIdentity(String identity) {
   return userDao.countByIdentity(identity);
 }