Does SimpleJPA support cascade annotations? I tried `@OneToMany(mappedBy = "...", cascade = CascadeType.ALL)` with no effect.
Does SimpleJPA support cascade annotations?
I tried
@OneToMany(mappedBy = "...", cascade = CascadeType.ALL)with no effect.