Skip navigation links

Package com.datastax.driver.extras.codecs.joda

This package contains a collection of convenience TypeCodec instances useful for serializing between CQL types and Joda Time types such as DateTime.

See: Description

Package com.datastax.driver.extras.codecs.joda Description

This package contains a collection of convenience TypeCodec instances useful for serializing between CQL types and Joda Time types such as DateTime.

Note that classes in this package require the presence of Joda Time library at runtime. If you use Maven, this can be done by declaring the following dependency in your project:


 <dependency>
   <groupId>joda-time</groupId>
   <artifactId>joda-time</artifactId>
   <version>2.9.1</version>
 </dependency>
 
Skip navigation links

Copyright © 2012–2017. All rights reserved.