Spring Data:JpaRepository接口

  1. JpaRepository继承PaginAndSortingRespository
  2. JpaRepository中的方法
    • findAll
    • findAll(Sort sort)
    • save(entities)
    • flush
    • deleteInBatch(entities)
posted @ 2019-05-01 15:26  drl_blogs  阅读(102)  评论(0编辑  收藏  举报