我是靠谱客的博主 无私咖啡豆,最近开发中收集的这篇文章主要介绍JpaRepository Category,Integer 中的Integer,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

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所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(39)

评论列表共有 0 条评论

立即
投稿
返回
顶部