The onFlushDirty Hibernate Interceptor method is never called

You need to extend the findDirty method not onFlushDirty. Check this tutorial for a detail explanation with a reference to a GitHub working example.

Leave a Comment