Last changed by

2007-04-30 Thread Michael Imhof
I would like to store the user login id of the last user changed the data (last changed by). Does somebody has an idea for a generic implementation?? I tried to make it like the ModelEntity.STAMP_FIELD in the GenericDao class, but I don't now any user informationen on the GenericDao level?

Re: Last changed by

2007-04-30 Thread David E. Jones
The Entity Engine doesn't know anything about users at this point. In order to do it generically that would have to be changed. -David On Apr 30, 2007, at 6:07 AM, Michael Imhof wrote: I would like to store the user login id of the last user changed the data (last changed by).