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
…bedded parts 2.0 (#2163)
Implementation plus unit test according jakartaee/persistence#379jakartaee/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
Signed-off-by: Radek Felcman <[email protected]>
Java records don't work well as entity types, but they are perfectly good embeddable types, and so we should bless their use in this context.
The text was updated successfully, but these errors were encountered: