mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
HHH-15369 UnknownTableReferenceException when two subclasses have same field with different type
This commit is contained in:
parent
9f288c3520
commit
115c6cdf27
@ -140,6 +140,7 @@ public boolean equals(Object other) {
|
||||
if ( ! Objects.equals( getAlias(), otherNavigablePath.getAlias() ) ) {
|
||||
return false;
|
||||
}
|
||||
return Objects.equals( getRealParent(), otherNavigablePath.getRealParent() );
|
||||
}
|
||||
|
||||
return Objects.equals( getParent(), otherPath.getParent() );
|
||||
|
Loading…
x
Reference in New Issue
Block a user