How to set a join-subclass to be always updated (even if only the ancestor changed) in hibernate?

45 Views Asked by At

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?

0

There are 0 best solutions below