JPA @OneToMany 的 fetch 屬性可選擇 FetchType.LAZY 和 FetchType.EAGER ,差別如下。 FetchType.LAZY 只在用到時才載入關聯的物件。 FetchType.
確定! 回上一頁