我的hibernate映射和查詢有問題。 我有一個與B和C有關係的對象A.Hibernate獲取鏈接對象的對象
獲取模式是懶惰的(@ManyToOne(fetch = FetchType.LAZY)
),我無法更改它。 所以我的問題是未來:
當我通過get方法(hibernateDao.get
)得到一個對象,我得到的對象A whitout與B和C.關係
如果我創建了一個標準,我強迫的關係與criteria.setFetchMode(...)
以只查詢獲取所有。但是我已經在網上看到,通過主鍵獲取對象的標準並不是一件好事。
如何用get方法獲得?
謝謝。
請注意,這與J2EE有關。並非每個問題都需要用J2EE進行標記。無論如何,[J2EE已經死了多年](http://en.wikipedia.org/wiki/Java_Platform,_Enterprise_Edition#Nomenclature.2C_standards.2C_and_specifications)。 – 2011-01-25 09:56:58