Open ghost opened 8 years ago
Does this plugin support custom codec for columns like
@Column(name = "json_text", codec = JsonCodec.class) private Object jsonData;
or any other alternative to achieve the same ?
Does this plugin support custom codec for columns like
or any other alternative to achieve the same ?