Package | Description |
---|---|
com.datastax.driver.extras.codecs.enums |
This package contains a collection of convenience
TypeCodec instances useful for
serializing between CQL types and Java enums. |
com.datastax.driver.extras.codecs.guava |
This package contains a collection of convenience
TypeCodec instances useful for
serializing between CQL types and Guava-specific Java types. |
Class and Description |
---|
ParsingCodec
An abstract TypeCodec that stores JAVA objects as serialized strings.
|
Class and Description |
---|
MappingCodec
An abstract TypeCodec that maps a Java Pojo to another Java object
that can in turn be serialized into a CQL type.
|
Copyright © 2012–2015. All rights reserved.