To get the property names use this:
String[] properties = event.getPersister().getPropertyNames();
Then match the array indexes and you’ll know what property has changed.
To get the property names use this:
String[] properties = event.getPersister().getPropertyNames();
Then match the array indexes and you’ll know what property has changed.