Joined: Fri Mar 26, 2004 7:02 am Posts: 17
|
Hi All,
I've the a problem:
I need to update a field ind DB that exists in all my tables (an infrastructural DB column it is UPDATE_USER_ID) under the following conditions:
1) All my persistent classe MUST NOT to have a property mapped to this column
2)Every time I execute an Inset or an update on every persisted class I MUST to update this field
3) I MUST NOT solve this problem through triggers or store procedures
Pratically I need to add native SQL to all my insert/update statements.
Do U have any idea?
THX
|
|