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.getOrCreateSingleResult(LockMode objectLock,
KeyFieldValueList additionalFields)
Returns the instance for the given unique key.
|