Hi,

This might be a bit late, but did you try the openjpa.InverseManagerproperty?

thanks for the hint, but it doesn't work, totally.
Assigning some groups to the user the first time works,
but then after removing some groups, all groups are removed
from the user during the update.

public void updateUser(User editedUser)
{
    em.merge(editedUser);
}

Reply via email to