首页 > 技术文章 > Spring Data:JpaRepository接口

drl-blogs 2019-05-01 15:26 原文

  1. JpaRepository继承PaginAndSortingRespository
  2. JpaRepository中的方法
    • findAll
    • findAll(Sort sort)
    • save(entities)
    • flush
    • deleteInBatch(entities)

推荐阅读