valchkou / cassandra-driver-mapping

JPA addon for DataStax Java Driver for Cassandra
58 stars 24 forks source link

Custom codec support #80

Open ghost opened 7 years ago

ghost commented 7 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 ?