| Reading bindStarToManySecondPass in CollectionBinder code, I can see that:
- collType is rightly org.hibernate.bugs.HostRelationship
- this.mappedBy is rightly group
- collection.getOwnerEntityName() is org.hibernate.bugs.AbstractGroup but I'd expected org.hibernate.bugs.HostGroup
|