Uses of Package
org.springframework.data.cassandra.core.cql.converter
Packages that use org.springframework.data.cassandra.core.cql.converter
-
Classes in org.springframework.data.cassandra.core.cql.converter used by org.springframework.data.cassandra.core.cql.converterClassDescriptionConvenient converter that can be used to convert a single-row-single-column, single-row-multi-column, or multi-row
ResultSet
into the given value of a given type.Thin wrapper that allows subclasses to delegate conversion of the given value to aDefaultConversionService
.Converter to convertRow
toObject
array.