Incomplete
Details
Assignee
UnassignedUnassignedReporter
James OlsenJames OlsenWorked in
Components
Affects versions
Priority
Minor
Details
Details
Assignee
Unassigned
UnassignedReporter
James Olsen
James OlsenWorked in
Components
Affects versions
Priority
Created June 1, 2017 at 5:25 AM
Updated October 25, 2017 at 2:17 PM
Resolved June 2, 2017 at 2:05 PM
A custom
PropertyAccessStrategy
specified via the@AttributeAccessor
annotation is not honoured. This used to work fine with a customPropertyAccessor
via the@AccessType
annotation in earlier hibernate versions. It appears the deprecation of@AccessType
in favour of@AttributeAccessor
and corresponding conversion fromPropertyAccessor
toPropertyAccessStrategy
has left something broken.The
PropertyAccessStrategyBasicImpl
is being used instead of the one specified by@AttributeAccessor
.