| Package | Description |
|---|---|
| de.digitalcollections.core.model.api.paging | |
| de.digitalcollections.core.model.api.paging.enums | |
| de.digitalcollections.core.model.impl.paging |
| Modifier and Type | Method and Description |
|---|---|
NullHandling |
Order.getNullHandling()
Returns the used
NullHandling hint, which can but may not be respected by the used datastore. |
| Modifier and Type | Method and Description |
|---|---|
Order |
Order.with(NullHandling nullHandling)
Returns a
Order with the given NullHandling. |
| Modifier and Type | Method and Description |
|---|---|
static NullHandling |
NullHandling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NullHandling[] |
NullHandling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
NullHandling |
OrderImpl.getNullHandling()
Returns the used
NullHandling hint, which can but may not be respected by the used datastore. |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderImpl.setNullHandling(NullHandling nullHandling) |
Order |
OrderImpl.with(NullHandling nullHandling)
Returns a
Order with the given NullHandling. |
| Constructor and Description |
|---|
OrderImpl(Direction direction,
String property,
NullHandling nullHandlingHint)
Creates a new
Order instance. |
Copyright © 2018. All rights reserved.