Repository的继承关系 2019-04-30 Repository:空接口,表名任何继承它的均为仓库接口类 CrudRepository:继承Repository,实现了一组CRUD相关的方法 PagingAndSortingRepository:继承CrudRepository,实现了一组分页、排序相关的方法 JpaRepository:继承PagingAndSortRepository,实现一组JPA规范相关的方法 自定义的XxxRepository需要继承JpaRepository,这样该接口就具备了通用的数据访问控制层的能力。 最后更新时间:2019-05-03 17:08:17 这里可以写作者留言,标签和 hexo 中所有变量及辅助函数等均可调用,示例:http://47.107.237.149/2019/04/30/Repository的继承关系/ 赏 Prev response.getWriter().print()和response.getWriter().writer() Next repositoryAutowire为null