Package | Description |
---|---|
com.datastax.driver.extras.codecs.jdk8 |
This package contains a collection of convenience
TypeCodec instances useful for serializing between CQL types and Java 8 types, such as the ones
from the java.time API and java.util.Optional . |
Class and Description |
---|
InstantCodec |
LocalDateCodec |
LocalDateTimeCodec
TypeCodec that maps LocalDateTime to CQL timestamp , allowing
the setting and retrieval of timestamp columns as LocalDateTime
instances. |
LocalTimeCodec |
ZoneIdCodec |
Copyright © 2012–2019. All rights reserved.