| Modifier and Type | Optional Element and Description |
|---|---|
String |
fieldName
used to specify an alternative database name for the current property.
|
boolean |
isPartOfClusterKey
Specifies if the current field is part of the clustering key.
|
boolean |
isPartOfPartitionKey
Specifies if the current field is part of the partitioning key.
|
Class<? extends org.apache.cassandra.db.marshal.AbstractType> |
validationClass
Specifies the cassandra validator class to be used to marshall/unmarshall the field value to the database.
|
public abstract String fieldName
public abstract boolean isPartOfClusterKey
public abstract boolean isPartOfPartitionKey
public abstract Class<? extends org.apache.cassandra.db.marshal.AbstractType> validationClass
Copyright © 2014. All rights reserved.