15
Hibernate ném NhiềuBagFetchException - không thể tìm nạp đồng thời nhiều túi
Hibernate ném ngoại lệ này trong quá trình tạo SessionFactory: org.hibernate.loader.Mult MônBagFetchException: không thể tải cùng lúc nhiều túi Đây là trường hợp thử nghiệm của tôi: Parent.java @Entity public Parent { @Id @GeneratedValue(strategy=GenerationType.IDENTITY) private Long id; @OneToMany(mappedBy="parent", fetch=FetchType.EAGER) // @IndexColumn(name="INDEX_COL") if I had this the problem solve but I …
471
java
hibernate
jpa
one-to-many
bag