cascade 級聯操作
cascadetype. persist 級聯持久化 ( 儲存 ) 操作
cascadetype. merge 級聯更新 ( 合併 ) 操作
cascadetype. refresh 級聯重新整理操作,只會查詢獲取操作
cascadetype. remove 級聯刪除操作
cascadetype. all 級聯以上全部操作
fetch 抓取是否延遲載入,預設情況一的方為立即載入,多的一方為延遲載入
另外需要注意,parent類中的集合型別必須是list或者set,不能設定為arraylist,否則會報錯
Cascade級聯刪除的簡單理解
可以先簡單理解成 觸發器 讓我們舉個栗子 在資料庫建三個表 a 主表 aa,aaa 表a create table a id int primary key,age int 表aa,沒有級聯 create table aa id1 int primary key,age1 int,foreign k...
Cascade級聯刪除的簡單理解
cascade級聯刪除的簡單理解 可以先簡單理解成 觸發器 讓我們舉個栗子 在資料庫建三個表 a 主表 aa,aaa 表a create table a id intprimary key,age int 表aa,沒有級聯 create table aa id1 intprimary key,age...
Cascade級聯刪除的簡單理解
cascade級聯刪除的簡單理解 可以先簡單理解成 觸發器 讓我們舉個栗子 在資料庫建三個表 a 主表 aa,aaa 表a create table a id intprimary key,age int 表aa,沒有級聯 create table aa id1 intprimary key,age...