tenwit wrote:
* You could add update="false" to all properties, associations and collections in the class' mapping. Note that this will be a silent no-update/delete, you won't get an exception.
* You could add update="false" to all collections/associations to this class from other mappings. As before, you won't get a warning when an update is attempted, it just won't happen.
Maybe I am being incredibly dumb/blind - but I dont see any way to set update="false" on collections....
Can anyone confirm that Im either correct or a dumbass?
I really want to suppress the "update" of collections when I update a previously detached object. I know those collections will never change after the initial save....
Cheers,
Nick