HHH-18382 Fix embeddable disc-formula insertable / updatable flags

This commit is contained in:
Marco Belladelli 2024-07-11 16:10:59 +02:00
parent ab158ec826
commit e33bcfcf81
1 changed files with 2 additions and 2 deletions

View File

@ -766,8 +766,8 @@ public class EmbeddableMappingTypeImpl extends AbstractEmbeddableMapping impleme
bootDescriptor.getTable().getName(),
discriminatorColumnExpression,
isFormula,
true,
true,
!isFormula,
!isFormula,
columnDefinition,
selectable.getCustomReadExpression(),
length,