ex-orc
Results
1
issues of
ex-orc
### Expected Behavior given two entities, with one referencing the other using a @OneToOne relation: ``` @Entity public class Genre { @Id @GeneratedValue private Long id; private String name; //...