Hi,
We are developing an application that needs to keep track of some kind of versioning information on the records of some specific tables. All those tables contain a field called N_IDF, and we need this field to be set to some value whenever a record is inserted or updated.
At the moment, some tables that have this field (and therefore this requirement) are associated as Sets from other tables, in which we use cascade to save everything at once.
Our question is, is there a way to keep this cascade behaviour, and still manage to have the N_IDF field updated in associated tables? Or do we have to save all children by hand if we want to make sure N_IDF is updated for the children?
Thanks in advance,
Max
|