spring-data-couchbase
spring-data-couchbase copied to clipboard
@Reference support for object relationship [DATACOUCH-369]
Łukasz Rżanek opened DATACOUCH-369 and commented
As far as I cannot find any details about this implementation I will just go ahead and ask for it.
As I do embrace the embedded structure of JSON storage in Couchbase, sometimes it really does make sense to have a relationship between two objects, and not an embedded data.
It seems that Spring Data is nurturing the concept of @Reference annotation, which - according to the documentation I found - does exactly this. On top of that Couchbase seems to support JOINs, which would make a lot of sense to implement in relation to this feature as well
1 votes, 2 watchers