Open rlconst opened 1 year ago
I have embedded with following annotation
@Embeddable class MyEmbedded( @field:[ JsonInclude(value = JsonInclude.Include.NON_EMPTY, content = JsonInclude.Include.NON_EMPTY) TypeDef(type = DataType.JSON) MappedProperty(value = "map", type = DataType.JSON) ] override val map: Map<String, String>? = emptyMap(), )
generated insert statement missing both json declaration for null obect and json
No response
3.7.4
Hello! Is this issue still available?
@ginaesps I need to check
Expected Behavior
I have embedded with following annotation
Actual Behaviour
generated insert statement missing both json declaration for null obect and json
Steps To Reproduce
No response
Environment Information
No response
Example Application
No response
Version
3.7.4