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

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -