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

Popular posts from this blog

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -