<!--- This template is for bugs. Remove it for other issues. --> <!--- Choose an expressive title --> ### Description Hello, trying to use CTEs entity views to query revisions for my audited entities I stumbled upon a `java.util.ConcurrentModificationException` **The issue only arises when inheritance is used, I tried with a simple entity and it worked fine.** See also [this discussion](https://github.com/Blazebit/blaze-persistence/discussions/1797#discussioncomment-7088325) ### Expected behavior Should query the revisions properly. ### Actual behavior Exception thrown. ### Steps to reproduce Here is a reproducer > https://github.com/Pilpin/blaze-quarkus-envers-bug ### Environment Quarkus 3.4.1 Hibernate 6.2.9.Final Blaze 1.6.9 PostgreSQL 15