Does @N1qlJoin work with entities annotated with @Collection?
I tried simple join of two entities @N1qlJoin(on = "lks.rightEntityId=meta(rks).id") (lks is in different collection than rks) and it does not work. An exception is thrown: Keyspace not found in CB datastore. It looks like the default collection is used.