我正在使用EclipseLink HistoryPolicy来跟踪对实体的更改,而我的实体具有CREATEDBY
和UPDATEDBY
属性。
借助这些属性和EclipseLink历史查询,我可以随时获得与特定实体相关的用户活动吗?
例如
-User1 created an employee with the id of 34 at 2016-04-22 13:53:44
-User2 updated an employee with the id of 34 at 2016-05-04 17:25:21
etc.
如果没有,我怎样才能以有效的方式完成这项任务?