Community
Participate
Working Groups
Bug 313766 fixed the simpler case of self-referential embeddeds/element collections. This bug is for the remaining case. Also need to handle larger cycles like: @Embeddable public class Foo { @ElementCollection private List<Bar> bars; } @Embeddable public class Bar{ @ElementCollection private List<Foo> foos; }
Moving JPA specific bugs to new JPA component in bugzilla.