1. 程式人生 > >mybatis的面試一對一,一對多,多對多的mapper.xml配置

mybatis的面試一對一,一對多,多對多的mapper.xml配置

分享圖片 AR 圖片 info 傳統 soc tail sso collect

使用springboot完成一對一,一對多:

https://blog.csdn.net/KingBoyWorld/article/details/78966789

傳統的mapper文件中的一對一,一對多:

一對一:

主要是<resultMap>與<association>

技術分享圖片

技術分享圖片

一對多:

主要是<collection>

技術分享圖片

多對多:

技術分享圖片

mybatis的面試一對一,一對多,多對多的mapper.xml配置