A custom PropertyAccessStrategy specified via the @AttributeAccessor annotation is not honoured. This used to work fine with a custom PropertyAccessor via the @AccessType annotation in earlier hibernate versions. It appears the deprecation of @AccessType in favour of @AttributeAccessor and corresponding conversion from PropertyAccessor to PropertyAccessStrategy has left something broken. The PropertyAccessStrategyBasicImpl is being used instead of the one specified by @AttributeAccessor. A custom PropertyAccessStrategy specified via the @AttributeAccessor annotation is not honoured. This used to work fine with a custom PropertyAccessor via the @AccessType annotation in earlier hibernate versions. It appears the deprecation of @AccessType in favour of @AttributeAccessor and corresponding conversion from PropertyAccessor to PropertyAccessStrategy has left something broken. The PropertyAccessStrategyBasicImpl is being used instead of the one specified by @AttributeAccessor. |