Access type not inherited inside @Embeddable
Description
duplicates
Activity
Show:

Christian Beikov April 8, 2022 at 1:34 PM
Since no test case was provided for years, I'll close this issue as out of date. I also believe it will most probably not be an issue any more in 6.0.
If this still is an issue for you, please create a new issue with a test case that reproduces the problem.
If we have @Embedded inside @Embeddable then access type will be "property" despite of
access type of entity owning outer embeddable object.
It was expected that access type would be inherited to innera embeddable objects too.