I have an update trigger on the joined-subclass in the database. It should run every time the data changed even if the changed fields are all in the ancestor class. But hibernate doesn't update the subclass. Is there a way to make it update it even if nothing changed there?
Asked
Active
Viewed 38 times
0
-
What do you mean by _update trigger_? A trigger directly in the database? – Magnilex Mar 12 '15 at 12:09
-
exactly, and i need to trigger it even when the base table changes – gal Mar 12 '15 at 13:09