JPA/Hibernate Eager vs Lazy loading Example. We can define fetch type for OneToMany mapping as @OneToMany(fetch = FetchType.LAZY).
確定! 回上一頁