Hi there,
I'm developing a web project based game and have run into a problem and gotten confused by the annotations in the Hibernate framework.
I'm trying to have both the relation and child deleted while updating the parent object with a removed child.
And I've only managed to make the relationship table entry to be deleted and not the child itself.
I could delete the child manually but that just seems like bad...