Package | Description |
---|---|
com.kabira.platform |
Managed Object Services
|
Modifier and Type | Method and Description |
---|---|
void |
KeyQuery.defineQuery(KeyFieldValueList keyFields)
Defines the fields that form a key query.
|
void |
KeyQuery.defineQuery(KeyFieldValueRangeList keyFields)
Defines the fields that form a range query.
|
T |
KeyQuery.getMaximumResult(LockMode objectLock)
Returns the maximum value for the given ordered key.
|
T |
KeyQuery.getMinimumResult(LockMode objectLock)
Returns the minimum value for the given ordered key.
|
T |
KeyQuery.getOrCreateSingleResult(LockMode objectLock,
KeyFieldValueList additionalFields)
Returns the instance for the given unique key.
|
T |
KeyQuery.getSingleResult(LockMode objectLock)
Returns the instance matching the given unique key.
|