In fact, addJoin() does not appear to be called for any mappings with a multiplicity greater than @OneToOne; it's called out of OneToOneSecondPass#buildJoinFromMappedBySide() and from both EntityBinder and HbmBinder, but neither of the latter two appears to relate to adding a join entry to a joined persistent subclass.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
In fact, addJoin() does not appear to be called for any mappings with a multiplicity greater than @OneToOne; it's called out of OneToOneSecondPass#buildJoinFromMappedBySide() and from both EntityBinder and HbmBinder, but neither of the latter two appears to relate to adding a join entry to a joined persistent subclass.