Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Adding fields to HistoryPolicy

Hi,

I would like to add "user" (from Spring Security context) and "timestamp"
fields to history tables. From HistoryPolicy class source code, it looks
like that there is not direct support for another fields, but logicalInsert
and mappinglogicalInsert methods could be overriden and modified. 

What is the difference between logicalInsert and mappingLogicalInsert? Do
you know any other approach than overriding logicalInsert and
mappingLogicalInsert methods?

Regards,
Pavel Arnost
-- 
View this message in context: http://old.nabble.com/Adding-fields-to-HistoryPolicy-tp32453886p32453886.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top