Hrotkó Gábor commented on Bug HBX-1123

I think, that the ejb3 mapping is also affected by this:

it will generate:

@ManyToOne(fetch=FetchType.LAZY)
@JoinColumn(name="MAKE_ID", nullable=false)

instead of:

@ManyToOne(fetch=FetchType.LAZY)
@JoinColumn(name="MAKE_ID", nullable=false, referencedColumnName="FAVORITE_MAKE_ID")

version: Hibernate 3.3.1.GA

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