We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310ebdd commit 7f6d14aCopy full SHA for 7f6d14a
hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/ModelBinder.java
@@ -3563,6 +3563,7 @@ public Identifier determineImplicitName(final LocalMetadataBuildingContext conte
3563
: FetchMode.JOIN
3564
);
3565
3566
+ elementBinding.setForeignKeyName( elementSource.getExplicitForeignKeyName() );
3567
3568
elementBinding.setReferencedEntityName( elementSource.getReferencedEntityName() );
3569
if ( StringHelper.isNotEmpty( elementSource.getReferencedEntityAttributeName() ) ) {
0 commit comments