public class PojoKeyField extends PojoField
Modifier and Type | Class and Description |
---|---|
static class |
PojoKeyField.SortOrder
Specifies sort order for POJO key field
|
Constructor and Description |
---|
PojoKeyField(Element el,
Class pojoCls)
Constructs Ignite cache key POJO object descriptor.
|
PojoKeyField(PojoFieldAccessor accessor)
Constructs Ignite cache key POJO object descriptor.
|
PojoKeyField(PojoKeyField field,
Class<?> pojoCls)
Constructs instance of
PojoKeyField based on the other instance and java class
to initialize accessor. |
Modifier and Type | Method and Description |
---|---|
PojoKeyField.SortOrder |
getSortOrder()
Returns sort order for the field.
|
calculatedField, containsField, getAnnotation, getColumn, getColumnDDL, getJavaClass, getName, getValueFromObject, setValueFromRow
public PojoKeyField(Element el, Class pojoCls)
el
- xml configuration element.pojoCls
- java class of key POJO field.public PojoKeyField(PojoKeyField field, Class<?> pojoCls)
PojoKeyField
based on the other instance and java class
to initialize accessor.field
- PojoKeyField instancepojoCls
- java class of the corresponding POJOpublic PojoKeyField(PojoFieldAccessor accessor)
accessor
- property descriptor.public PojoKeyField.SortOrder getSortOrder()
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024