public class LocalSessionRepository extends Object implements SessionRepository
public Session getById(String id)
getById 在接口中 SessionRepositorygetById 在接口中 Repository<Session,String>public void add(Session entity)
add 在接口中 SessionRepositoryadd 在接口中 Repository<Session,String>public void update(Session entity)
update 在接口中 SessionRepositoryupdate 在接口中 Repository<Session,String>public void removeById(String id)
removeById 在接口中 SessionRepositoryremoveById 在接口中 Repository<Session,String>Copyright © 2021. All rights reserved.