So, that folks can query json stored as string in the record using text column, i. e. ``` @Convert(converter = VariableValueJsonConverter.class) @Column(columnDefinition="text") private VariableValue<?> value; ```