Tagged Questions
2
votes
1answer
809 views
JPA Entity Mapped as OneToOne as well as OneToMany
Consider the following JPA entity. My application instance class must always have a OneToOne reference to 4 special instances of Envelope but it also has a set of 0-infinite user defined envelopes. ...