public class PojoValueField extends PojoField
| Constructor and Description |
|---|
PojoValueField(Element el,
Class pojoCls)
Constructs Ignite cache value field descriptor.
|
PojoValueField(PojoFieldAccessor accessor)
Constructs Ignite cache value field descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnDDL() |
String |
getIndexDDL(String keyspace,
String tbl)
Returns DDL for the field secondary index.
|
boolean |
isIndexed()
Indicates if secondary index should be created for the field.
|
calculatedField, containsField, getAnnotation, getColumn, getJavaClass, getName, getValueFromObject, setValueFromRowpublic PojoValueField(Element el, Class pojoCls)
el - field descriptor xml configuration element.pojoCls - field java classpublic PojoValueField(PojoFieldAccessor accessor)
accessor - field property accessor.public String getColumnDDL()
getColumnDDL in class PojoFieldpublic boolean isIndexed()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019