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 8c0c98f commit c0528b7Copy full SHA for c0528b7
hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/ModelBinder.java
@@ -3570,6 +3570,7 @@ public Identifier determineImplicitName(final LocalMetadataBuildingContext conte
3570
: FetchMode.JOIN
3571
);
3572
3573
+ elementBinding.setForeignKeyName( elementSource.getExplicitForeignKeyName() );
3574
3575
elementBinding.setReferencedEntityName( elementSource.getReferencedEntityName() );
3576
if ( StringHelper.isNotEmpty( elementSource.getReferencedEntityAttributeName() ) ) {
0 commit comments