What is bidirectional association (is this term connected to inverse attribute)?
I know that looks like a FAQ question but didn't find anything useful
about that topic.
How influences inverse="false" in collection part of association on
save, update, delete?
I know that by save I can only add new child object to the parent's collection of children and say session.Save(parent).
And the parent property of child will be set automatically.
What about update & delete?
In any case is inverse="false" a good practice?
I din't find good explanation anywhere.
Best regards,
Sergey
|