spring-projects / spring-projects/spring-data-commons

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

Open
#2,124 0 comments 1 reaction 1 assignee View on GitHub

@schauder is already working on this.

Since Dec 30, 2020.

in: mapping type: enhancement
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:

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.