Hibernate Envers: Auditing an object, calling merge on it, gives an audit record EVERY time even with no change?

576 Views Asked by At

As in the title. I would expect Envers to only insert an audit record if the data has actually changed (have tried to help Envers along by providing equals and hashCode methods) - does this not come as standard?

Many thanks

0

There are 0 best solutions below