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
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
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 CommonsReferenced from: pull request #480
The text was updated successfully, but these errors were encountered: