public interface HectorTranslator<T,H>
| Modifier and Type | Method and Description |
|---|---|
String |
getHectorType() |
me.prettyprint.hector.api.Serializer<H> |
getSerializer() |
T |
toEntityValue(Class<?> fieldType,
me.prettyprint.hector.api.beans.Composite columnName,
me.prettyprint.cassandra.service.template.ColumnFamilyResult<me.prettyprint.hector.api.beans.Composite,me.prettyprint.hector.api.beans.Composite> hectorResult) |
T |
toEntityValue(Class<?> fieldType,
int index,
me.prettyprint.hector.api.beans.Composite columnName) |
H |
toHectorValue(T value) |
Copyright © 2017. All rights reserved.