For all my @ManyToOne in the domain classes I want to change all the
@ManyToOne(fetch = FetchType.LAZY)
to
@ManyToOne(fetch = FetchType.LAZY, cascade = CascaseType.ALL)
But when I search for ManyToOne and related nothing comes up – where would this line be in templates?
Thanks
PS I am a bit worried there will be a few questions like this – I hope you dont mind, but I without documentation I cant find another option