I have found lots of example for hibernate one to many insert operation but I am looking for best practice for update, delete and select for one to many (parent-child) relation.
I am looking for solution that child object automatically insert, delete-insert(Update case) and delete when parent object delete.