|
Andreas, now that I look at it, your mapping is incorrect. You cannot have 2 @OneToMany instances targeting the same entity (EmailAddress) and using identical @JoinColumn names (recipient_id). Change one or the other "recipient_id" and this works as expected.
|