@Access not inherited in @ElementCollection
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.

Former user September 19, 2017 at 3:58 AM
Please attach a test case that reproduces your issue. Test templates are here: https://github.com/hibernate/hibernate-test-case-templates
When I define @Access on the entity class it's inherited by included Embeddable classes. However, if I use @ElementCollection with Embeddable class it's not inheriting @Access: