HHH-10169 - Fix Hibernate ignores foreign-key name in hbm <joined-subclass>
This commit is contained in:
parent
b315c0b949
commit
fa4e1a04ed
|
@ -621,7 +621,7 @@ public class ModelBinder {
|
|||
}
|
||||
}
|
||||
);
|
||||
|
||||
keyBinding.setForeignKeyName( entitySource.getExplicitForeignKeyName() );
|
||||
// model.getKey().setType( new Type( model.getIdentifier() ) );
|
||||
entityDescriptor.createPrimaryKey();
|
||||
entityDescriptor.createForeignKey();
|
||||
|
|
Loading…
Reference in New Issue