spring-projects / spring-projects/spring-data-commons
Add support for @Embedded value objects [DATACMNS-1699]
@schauder is already working on this.
Since Dec 30, 2020.
- Dominant language
- Java
- Stars
- 838
- Forks
- 730
- PR merge metrics
- No merged PRs in 30d
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
@Embeddedtypes from Data Commons
Referenced from: pull request https://github.com/spring-projects/spring-data-commons/pull/480
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.