I have quite an issue here. I have three tables:
@Entity() Vessel { @OneToMany() workOrders: WorkOrder[]; } @Entity() WorkOrder { @ManyToOne() vessel