public class CassandraSimpleTypeHolder extends SimpleTypeHolder
SimpleTypeHolder enriched with Cassandra specific simple types.| Modifier and Type | Field and Description |
|---|---|
static Set<Class<?>> |
CASSANDRA_SIMPLE_TYPES |
| Constructor and Description |
|---|
CassandraSimpleTypeHolder() |
| Modifier and Type | Method and Description |
|---|---|
static com.datastax.driver.core.DataType |
getDataTypeFor(Class<?> javaClass) |
static com.datastax.driver.core.DataType |
getDataTypeFor(com.datastax.driver.core.DataType.Name name) |
static com.datastax.driver.core.DataType.Name[] |
getDataTypeNamesFrom(List<TypeInformation<?>> arguments) |
isSimpleTypepublic static com.datastax.driver.core.DataType getDataTypeFor(com.datastax.driver.core.DataType.Name name)
public static com.datastax.driver.core.DataType getDataTypeFor(Class<?> javaClass)
public static com.datastax.driver.core.DataType.Name[] getDataTypeNamesFrom(List<TypeInformation<?>> arguments)
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.