I have an entity called Account, and User.  One Account can have many Users
(bi-directional relationship).  When I add a new User to the Account, the
relationship table gets updated, but the AccountId field in the User table
is not updated.  Is this normal?  It thought that
account.getUsers().addUser(user) should BOTH update the relationship table
and configure the accountId field in the User table.

Can someone verify this?

Thanks.
-AP_


Reply via email to