I see that you should remove the @ManyToOne reference in the recipe class, I don't see why recipe should be mapped to user. The user class has reference to a list of recipes which is the right way and it's enough.
maybe avoid two-way mapping in your designs.