hibernate 關聯時遇到問題

用戶表User 中 subsectionId 字段 與 Subsection表中 id 關聯,user 表中subsectionId 默認爲 '' ,使用延遲加載,再查詢用戶表的數據時,當user.getSubsection() 時老是報錯   org.hibernate.ObjectNotFoundException: No row with the given identifier exists,後來發現是若是不設置爲 null ,hibernate 老是會任務這個字段是有值的,後來把user表中數據默認爲null後 就沒有這個問題了
相關文章
相關標籤/搜索