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 like org.joda.time.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 like org.joda.time.DateTime.

The codecs in this class provide the following mappings:

Codec CQL type Joda Time
LocalTimeCodec time LocalTime
LocalDateCodec date LocalDate
InstantCodec timestamp Instant
DateTimeCodec tuple of (timestamp, varchar) DateTime
Skip navigation links

Copyright © 2012–2015. All rights reserved.