Audit Log results for multiple tables

I have 3 tables

  • master_packages
  • packages
  • subscriptions

I’m using hibernate envers to audit these tables and I would like to fetch modification info from all these
tables in a single query in the descending order of time. Is that even possible with envers to write query to fetch results involving multiple entites ?

Since you asked the same question in chat, let’s continue there: https://hibernate.zulipchat.com/#narrow/stream/132096-hibernate-user/topic/Fetch.20audit.20Info.20from.20multiple.20class.20types.20Envers