Package | Description |
---|---|
com.kabira.platform |
Managed Object Services
|
Modifier and Type | Method and Description |
---|---|
static KeyOrderedBy |
KeyOrderedBy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KeyOrderedBy[] |
KeyOrderedBy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<T> |
KeyQuery.getResults(KeyOrderedBy orderBy,
LockMode objectLock)
Returns the results for a query using an ordered key.
|