Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[master] Jakarta Persistence 3.2 new feature - java.lang.Record support in @Embedded parts 2.0 #2163

Merged
merged 2 commits into from
Jul 8, 2024

Conversation

rfelcman
Copy link
Contributor

@rfelcman rfelcman commented Jun 6, 2024

Implementation plus unit test according jakartaee/persistence#379 jakartaee/persistence#400

There are two kind of usages in the entities:

  • @EmbeddedId as (composite) primary key
  • @Embedded as (composite) entity attribute

There is support for nested records.

Resolve review comments from #2155

@@ -19,6 +19,8 @@
import org.eclipse.persistence.internal.core.sessions.CoreAbstractRecord;
import org.eclipse.persistence.internal.core.sessions.CoreAbstractSession;

import java.util.List;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

@rfelcman rfelcman merged commit fbb9350 into eclipse-ee4j:master Jul 8, 2024
6 checks passed
@rfelcman rfelcman deleted the jpa32_record branch July 8, 2024 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants