第五章 Spring Data JPA 高级2018年8月23日·1 分钟阅读轻松愉快之玩转SpringDataCrudRepository 接口使用详解 save(entity) save(entities) findOne(id) findAll() exists(id) delete(entity) delete(id) delete(entities) deleteAll() PagingAndSortingRepository 接口使用详解 findAll(Sort sort) finaAll(Pageable pageable) JpaRepository 接口使用详解 JpaSpecificationExecutor 接口使用详解