Re: [hibernate-dev] @OneToOne with @PrimaryKeyJoinColumn(s) vs @MapsId without value element

2018-09-01 Thread Gail Badner
FYI, I am taking PTO Tuesday, 9/4. I hope to be able to move forward on this when I return on 9/5. I see some differences. Some may be expected, but I think there are some bugs. For example, suppose we have the following entities: @Entity public class Parent { @Id private Long id; } @Entity pub

Re: [hibernate-dev] @OneToOne with @PrimaryKeyJoinColumn(s) vs @MapsId without value element

2018-09-01 Thread Gail Badner
FWIW, I've already spent a lot of time looking into the possible bugs I've described. I have a good idea about how to fix each one, so there's no need to research these. At this point, I'm just trying to get confirmation of whether they really are bugs. On Sat, Sep 1, 2018 at 12:21 AM, Gail Badner