AppliedOnTypeAwareBridge is not applied to class bridges

Description

According to https://hibernate.atlassian.net/browse/HSEARCH-618#icft=HSEARCH-618 and the JavaDoc on AppliedOnTypeAwareBridge, setType() should also be called for class-level bridges, which isn't true, as it is only called for field bridges.

I assume this would have to be done in this BridgeFactory method:

public static FieldBridge extractType(ClassBridge cb, XClass clazz) { ...}

Activity

Hardy FerentschikSeptember 24, 2013 at 2:05 PM

Hardy FerentschikSeptember 24, 2013 at 1:58 PM

Thanks for the bug report. I am working on fix.

Fixed

Details

Assignee

Reporter

Fix versions

Affects versions

Priority

Created September 10, 2013 at 2:01 PM
Updated September 27, 2013 at 12:17 PM
Resolved September 24, 2013 at 2:46 PM

Flag notifications