概述
public interface JpaRepository<T, ID extends Serializable>
学习springboot+JPA时发现写DAO层时都会继承JpaRepository里面很多增删改查的方法,但不明白JpaRepository<Category,Integer>中的Integer是怎么来的,查看JpaRepository的源文件后发现它是指ID类型,ID的类型是int,JpaRepository<>里对应就是哪一个实体类跟实体类ID对应的类型
最后
以上就是无私咖啡豆为你收集整理的JpaRepository Category,Integer 中的Integer的全部内容,希望文章能够帮你解决JpaRepository Category,Integer 中的Integer所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复