See https://forum.hibernate.org/viewtopic.php?p=2465991
Using ListJoin.index() in a CriteriaQuery fails due to
The ListIndexExpression is rendered as index(generatedAlias1.embeds) or – undoing the aliasing – as index(Parent.embeds.embeds), which seems incorrect.
|