So my entity has multiple @ManyToOne foreign keys:
@Entity public class MyEntity { @Id @GeneratedValue(strategy = IDENTITY) private Long id; @M