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