Hello,
One of our requirement wants us to update the ACT_HI_DETAIL table's data. We want to clear the values of selective variables, based on whether the variable contains sensitive data or not.
I can see no executeUpdate() in nativeHistoricDetailQuery, neither can I find update() in corresponding entityManager.
Please suggest, is it possible? If yes, how can that be done?
PS: I think overriding entityManager and mapper could be one solution, but just want to check if there's another easier approach.
Regards
Abhishek