| Package | Description |
|---|---|
| com.kabira.platform |
Managed Object Services
|
| com.kabira.store |
Secondary store notifiers.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyComparisonOperator |
KeyComparisonOperator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KeyComparisonOperator[] |
KeyComparisonOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyFieldValueRangeList.add(java.lang.String fieldName,
java.lang.Object value,
KeyComparisonOperator comparisonOperator)
Adds a field that is part of a range query.
|
| Modifier and Type | Field and Description |
|---|---|
KeyComparisonOperator |
KeyField.comparisonOperator
The comparison operator for field and data.
|