| PR: https://github.com/hibernate/hibernate-orm/pull/1439 A little bit of context: this issue is a followup on
HHH-10644 Complete . Among the possible fixes for PropertyAccessEnhanced it was decided that for simplicity the best is to extend PropertyAccessMixed since most of the code is shared anyway, and have it handling the access strategy properly by being aware of {{@Access }} annotation. |