The following doesn\'t work:
@Entity class Owner { @OneToMany(mappedBy=\"owner\", cascade = {CascadeType.ALL}) protected Set getBSet() { .. }
It's a Hibernate oddity, but it's deliberate. I have a blog post up with background information, links and a workaround for the JOINED solution.