Hi there,
I'm using Hibernate 3.6.10 with Hibernate + JPA annotations. I'm having serious problems when updating a detached object modified in client. The idea is to remove a phone number from a user (who has a set of phone numbers). The problem is that the phone is not deleted even with orphanRemoval is set to true. I've been messing with this and I havne't a hint on this, even in Stackoverflow. Please, let me put the link to the question, so get all the info together:
http://stackoverflow.com/questions/14457716/hibernate-3-6-10-doesnt-cascade-delete-through-onetomany-jointable
Best regards
|