Mybatis使用Mapper代理方法操作数据库
传统dao开发也可以
这种方法是使用Mapper代理操作
AccountMapper accountMapper = Server.sessionFactory.openSession()
.getMapper(AccountMapper.class);
Account account = accountMapper.getAccount(acc);
本文作者:StanWind
文章标题: Mybatis使用Mapper代理方法操作数据库
本文地址:https://www.stanwind.com/post/10
版权声明:若无注明,本文皆为“Make it Better”原创,转载请保留文章出处。
本文地址:https://www.stanwind.com/post/10
版权声明:若无注明,本文皆为“Make it Better”原创,转载请保留文章出处。
相关文章