MappingException is thrown for @JoinColumn with referencedColumnName on a @SecondaryTable

Description

On a @ManyToOne association if you specify a @JoinColumn with a referencedColumnName that is part of a secondary table, Hibernate is not able to find this column and quits with an error on startup.

Expected behaviour: Even though the references column in on another table this should be possible without any further annotations. Hibernate know that the references column is in another table.

A JPAUnitTestCase is attached.

Example:

The error is:

org.hibernate.MappingException: Unable to find column with logical name: uuid in org.hibernate.mapping.Table(being) and its related supertables and secondary tables

Attachments

1

Activity

Show:
Fixed

Details

Assignee

Reporter

Fix versions

Affects versions

Priority

Created March 7, 2022 at 3:17 PM
Updated December 21, 2022 at 7:04 PM
Resolved March 17, 2022 at 4:29 PM