spring-data-couchbase icon indicating copy to clipboard operation
spring-data-couchbase copied to clipboard

@Reference support for object relationship [DATACOUCH-369]

Open spring-projects-issues opened this issue 7 years ago • 0 comments

Ł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

spring-projects-issues avatar Mar 23 '18 16:03 spring-projects-issues