|
Hello,
Since my forum post didn't yield the success that I had hoped (https://forum.hibernate.org/viewtopic.php?f=1&t=1031087) I produced a testcase for the issue.
In short, I have entities with properties that are embeddables, hibernate, as expected, generates queries that match all properties of the embeddable in the sql. If I try the same thing with an embeddable in envers fails with the "could not resolve property".
Hopefully the scenario is pretty self explanatory.
Kind regards, Kris
|