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

Add support for @Embedded value objects [DATACMNS-1699]

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

Mark Paluch opened DATACMNS-1699 and commented

We should provide embedded object support at Commons level to embed objects in their parent data structure. Typically, embedded object fields are flattened out in the same row as the parent object is stored.

Spring Data JDBC and Cassandra ship with embedded object support so we should look forward to support their use-cases in Spring Data Commons


Issue Links:

Referenced from: pull request https://github.com/spring-projects/spring-data-commons/pull/480

spring-projects-issues avatar Apr 07 '20 07:04 spring-projects-issues