Skip navigation links

Package com.datastax.driver.extras.codecs.date

This package contains a collection of convenience TypeCodec instances useful for serializing between CQL temporal types and Java primitive types.

See: Description

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

This package contains a collection of convenience TypeCodec instances useful for serializing between CQL temporal types and Java primitive types.

The codecs in this class provide the following mappings:

Codec CQL type Java type
SimpleTimestampCodec timestamp long (representing milliseconds since the Epoch)
SimpleDateCodec date int (representing days since the Epoch)
Skip navigation links

Copyright © 2012–2015. All rights reserved.