Open
Description
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:
-
DATAMONGO-1902 Support flattening embedded/nested objects
-
DATACASS-830 Use
@Embedded
types from Data Commons
Referenced from: pull request #480