DATAJDBC-390 - Add ordering to RelationalAuditingEventListener to run before other listeners without explicitly specified order.
When an event listener is used to set an id before saving it, this ensures the auditing happens before setting the id.
If this is not ensured the auditing listener doesn't consider the entity as new and doesn't set created date and created by user.
Original pull request: #159.
@ -45,4 +54,9 @@ public class RelationalAuditingEventListener implements ApplicationListener<Befo
@@ -45,4 +54,9 @@ public class RelationalAuditingEventListener implements ApplicationListener<Befo