HHH-16612 Use qualified table name for embeddable mappings
This commit is contained in:
parent
bda41ec0b9
commit
670db01c9a
|
@ -182,7 +182,7 @@ public class EmbeddableMappingTypeImpl extends AbstractEmbeddableMapping impleme
|
|||
updatable = componentProperty.isUpdateable();
|
||||
}
|
||||
this.aggregateMapping = SelectableMappingImpl.from(
|
||||
bootDescriptor.getOwner().getTable().getName(),
|
||||
bootDescriptor.getOwner().getTable().getQualifiedName( creationContext.getSqlStringGenerationContext() ),
|
||||
aggregateColumn,
|
||||
bootDescriptor.getParentAggregateColumn() != null
|
||||
? bootDescriptor.getParentAggregateColumn().getSelectablePath()
|
||||
|
|
Loading…
Reference in New Issue