Hi guys, I don't know whether this question has been asked before or not. But i was trying to use cascading delete, but couldn't find enough documentation to get my answers that is why Im asking here.
I have one parent class and two child classes dependent on that. When i delete parent it should delete the other two child classes as well.
Question: 1) Where do I need to put the set and key thing(in parent hbm file or in two child hbm files). 2) And if I need to put in parent hbm, do i need to put two set for each of the child classes.