| Package | Description |
|---|---|
| org.simpleflatmapper.datastax |
| Modifier and Type | Method | Description |
|---|---|---|
DatastaxMapperBuilder<T> |
DatastaxMapperBuilder.addMapping(com.datastax.driver.core.ColumnDefinitions metaData) |
add the all the property present in the metaData
|
DatastaxMapperBuilder<T> |
DatastaxMapperBuilder.addMapping(String column,
int index,
com.datastax.driver.core.DataType dataType,
Object... properties) |
add a new mapping to the specified property with the specified index, the specified type.
|
<T> DatastaxMapperBuilder<T> |
DatastaxMapperFactory.newBuilder(Class<T> type) |
|
<T> DatastaxMapperBuilder<T> |
DatastaxMapperFactory.newBuilder(Type type) |
|
<T> DatastaxMapperBuilder<T> |
DatastaxMapperFactory.newBuilder(org.simpleflatmapper.reflect.meta.ClassMeta<T> classMeta) |
|
<T> DatastaxMapperBuilder<T> |
DatastaxMapperFactory.newBuilder(org.simpleflatmapper.util.TypeReference<T> type) |
Copyright © 2019. All rights reserved.