Description
Roger created an issue — 27th May 2016, 14:58:15:
Would be great if someone ported...
https://hibernate.atlassian.net/browse/HHH-16
hibernate/hibernate-orm@f4b5f2c...making it possible to make HQL joins on unrelated entities.
I'll need this to fix improve query API in envers (https://nhibernate.jira.com/projects/NHE/issues/NHE-153?filter=allopenissues)
Alexander Zaytsev added a comment — 29th May 2016, 22:16:56:
DIY?
Roger added a comment — 30th May 2016, 14:03:29:
I gave it a quick shot but have low (=no) experience of antlr so I gave it up quite quickly.
(
With all the respect, the release cycles of NH makes me less motivated to put (larger) efforts into this projects nowadays. Not that motivating to see a pull request be part of a released nuget package many months (in best case) later...
)
dima added a comment — 6th June 2016, 22:37:14:
This functionality is important for DDD projects following 'small aggregate' guidelines (where association between aggregates is not mapped in NHibernate).