java - Is it possible to use EclipseLink HistoryPolicy to track user activity? -
i using eclipselink historypolicy track changes on entities , entities have createdby
, updatedby
properties.
with of these properties , eclipselink history queries, can user's activity related specific entity on time?
for example
-user1 created employee id of 34 @ 2016-04-22 13:53:44 -user2 updated employee id of 34 @ 2016-05-04 17:25:21 etc.
if not, how can achieve task in efficient way?
Comments
Post a Comment