I have two entities which are in a relationship:
// Produkt @ManyToOne private Hersteller hersteller; // Hersteller @OneToMany(targetEntity = Produkt.class) priv