Hello,
I am wondering if there is an envers roadmap towards support for queries that traverse relations?
We're happily using envers, but we often have to adjust our domain-mapping in ways we don't like, just to enable certain queries in envers. I pasted the relevant part from the envers documentation below, which mentions support for this feature in the future.
Quote:
The main limitation of the current queries implementation is that you cannot traverse relations. You can only specify constraints on the ids of the related entities, and only on the "owning" side of the relation. This however will be changed in future releases.
Best regards,