| Package | Description |
|---|---|
| com.stratio.deep.entity |
| Modifier and Type | Method and Description |
|---|---|
static CellValidator |
CellValidator.cellValidator(com.datastax.driver.core.DataType type)
Factory method that builds a CellValidator from a DataType object.
|
static CellValidator |
CellValidator.cellValidator(Field field)
Factory method that builds a CellValidator from an IDeepType field.
|
static <T> CellValidator |
CellValidator.cellValidator(T obj)
Generates a CellValidator for a generic instance of an object.
|
CellValidator |
Cell.getCellValidator() |
static CellValidator |
Cell.getValueType(com.datastax.driver.core.DataType obj)
Calculates the Cassandra validator type given the value class type.
There's a shortcoming in the case of an UUID. |
static CellValidator |
Cell.getValueType(Object obj)
Calculates the Cassandra marshaller given the cell value.
|
Copyright © 2014. All rights reserved.