Description:
|
The problem was reported in the forum, and contains an example of how the problem can be replicated, follow the link: https://forum.hibernate.org/viewtopic.php?f=1&t=1018360
The problem lies in the class JoinedSubclassEntityPersister in line 'tableKeyColumns = reverse (naturalOrderTableKeyColumns, coreTableSpan)', if you replace this line by this: 'tableKeyColumns naturalOrderTableKeyColumns =;', the error does not happen, I wonder if this is a really bug, or am I doing something wrong with my mapping?
|