HHH-18382 Fix embeddable disc-formula insertable / updatable flags
This commit is contained in:
parent
ab158ec826
commit
e33bcfcf81
|
@ -766,8 +766,8 @@ public class EmbeddableMappingTypeImpl extends AbstractEmbeddableMapping impleme
|
||||||
bootDescriptor.getTable().getName(),
|
bootDescriptor.getTable().getName(),
|
||||||
discriminatorColumnExpression,
|
discriminatorColumnExpression,
|
||||||
isFormula,
|
isFormula,
|
||||||
true,
|
!isFormula,
|
||||||
true,
|
!isFormula,
|
||||||
columnDefinition,
|
columnDefinition,
|
||||||
selectable.getCustomReadExpression(),
|
selectable.getCustomReadExpression(),
|
||||||
length,
|
length,
|
||||||
|
|
Loading…
Reference in New Issue