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 class NavigablePath implements DotIdentifierSequence, Serializable {
|
|||
if ( ! Objects.equals( getAlias(), otherNavigablePath.getAlias() ) ) {
|
||||
return false;
|
||||
}
|
||||
return Objects.equals( getRealParent(), otherNavigablePath.getRealParent() );
|
||||
}
|
||||
|
||||
return Objects.equals( getParent(), otherPath.getParent() );
|
||||
|
|
Loading…
Reference in New Issue