public interface AccountDao extends IDao<Account,String>
Account
findByUserid(String userId)
count, delete, exists, findAll, findOne, save
Account findByUserid(String userId)
Copyright © 2017. All rights reserved.