Spring Data JPA中的CrudRepository和JpaRepository接口有什么区别?

两盒软妹~` 提交于 2020-08-13 06:24:31

问题:

What is the difference between CrudRepository and JpaRepository interfaces in Spring Data JPA? Spring Data JPA中的CrudRepositoryJpaRepository接口有什么区别?

When I see the examples on the web, I see them there used kind of interchangeably. 当我在网上看到这些例子时,我看到它们在那里可以互换使用。 What is the difference between them? 他们之间有什么区别? Why would you want to use one over the other? 你为什么要用一个而不是另一个?


解决方案:

参考一: https://stackoom.com/question/wnhe/Spring-Data-JPA中的CrudRepository和JpaRepository接口有什么区别
参考二: https://oldbug.net/q/wnhe/What-is-difference-between-CrudRepository-and-JpaRepository-interfaces-in-Spring-Data-JPA
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!