Tagged Questions
2
votes
3answers
2k views
How do you remove rows after changing the item in a JPA OneToOne relationship?
How do you get a OneToOne item to automatically remove with JPA/Hibernate? I would expect simply setting the OneToOne item to be null in the class that contains would be smart enough to allow ...
0
votes
1answer
462 views
JPA 2 - OneToOne cross reference
I have been struggling with this issue for a while now, and can't seem to find a solution anywhere. Maybe I have misunderstood something, but would really appreciate it if someone could clear up ...