HHH-15270 Fix inconsistent precedence of orm.xml implicit catalog over "default_catalog" in XML-mapped entities
This commit is contained in:
parent
2a31805981
commit
1fbe8dd831
|
@ -2971,7 +2971,7 @@ public class ModelBinder {
|
|||
return database.toIdentifier( tableSpecSource.getExplicitCatalogName() );
|
||||
}
|
||||
else {
|
||||
return database.toIdentifier( metadataBuildingContext.getMappingDefaults().getImplicitCatalogName() );
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue