CrudRepositoryJpaRepositoryPagingAndSortingRepository之间的区别

    科技2025-12-02  13

    继承关系:

    graphviz代码:

    digraph graphname { subgraph clusterA { node [shape=plaintext,style=filled]; CrudRepository -> PagingAndSortingRepository -> JpaRepository [arrowhead=normal,arrowtail=dot]; label = "继承关系"; color=blue } }

     

    dot -Tpng test.dot -o test.png

     

     

    Reference:

    [1]CrudRepository JpaRepository PagingAndSortingRepository之间的区别

     

    Processed: 0.040, SQL: 9