| Thanks for the tests, I'm looking into this. The issue occurs because the Neo4j embedded dialect sees the getEBs() relationship with EntityA instead of EntityB. This happens because the association is declared in the super class. instead of the EntityB entity. This is clearly a bug but it seems to work fine with the remote dialects. |