Fixed
Details
Assignee
Hardy FerentschikHardy FerentschikReporter
Thomas GöttlichThomas GöttlichFix versions
Affects versions
Priority
Major
Details
Details
Assignee
Hardy Ferentschik
Hardy FerentschikReporter
Thomas Göttlich
Thomas GöttlichFix 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
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) { ...}