| Author |
Merge operation does not remove from db dependent objects?
|
D. Formenton
Ranch Hand
Joined: Mar 20, 2008
Posts: 46
|
|
Hi,
I have two tables: Persons and addresses associated to persons by a foreign key.
When I add a new address to a person the addessesCollection object and the visual object (JSF) updates and the merge operation regularly add a new row to the addresses table of database.
BUT if I remove an existing address, again the addessesCollection object and the visual object (JSF) updates, but the merge operation instead has no effect on addresses table, and the database remain unchanged.
Is there any error in my code or it is a normal feature of merge? And if so, how I can delete the database row according the addressesCollection (to align to)?
Thank you.
Domencio
|
 |
Hebert Coelho
Ranch Hand
Joined: Jul 14, 2010
Posts: 754
|
|
Can you post your mapping?
How do your code remove the relationship?
|
[uaiHebert.com] [Full WebApplication JSF EJB JPA JAAS with source code to download] One Table Per SubClass [Web/JSF]
|
 |
 |
|
|
subject: Merge operation does not remove from db dependent objects?
|
|
|