You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.