Fork me on GitHub

Spring Data概览

总结:JpaRepository继承PagingAndSortingRepository,PagingAndSortingRepository继承CrudRespository,CrudRespository继承Repository

注意:JpaRepository、PagingAndSortingRepository、CrudRespository、Repository都是接口

 

JpaSpecificationExecutor接口用来定义查询条件

posted on 2017-05-22 14:12  ScvQ  阅读(121)  评论(0编辑  收藏  举报

导航