spring-data-jpa初步开始的helloworld

1.在Spring Data的核心接口里面Repository是最基本的接口了, spring提供了不少实现了该接口的基本接口,如: CrudRepository, PagingAndSortingRepository,SimpleJpaRepository,QueryDslJpaRepository等大量查询接口 2.其中CrudRepository实现基本的增删查改 public interf
相关文章
相关标签/搜索