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(),
|
||||
discriminatorColumnExpression,
|
||||
isFormula,
|
||||
true,
|
||||
true,
|
||||
!isFormula,
|
||||
!isFormula,
|
||||
columnDefinition,
|
||||
selectable.getCustomReadExpression(),
|
||||
length,
|
||||
|
|
Loading…
Reference in New Issue