| Package | Description |
|---|---|
| de.digitalcollections.model.api.paging | |
| de.digitalcollections.model.api.paging.enums | |
| de.digitalcollections.model.impl.paging |
| Modifier and Type | Method | Description |
|---|---|---|
NullHandling |
Order.getNullHandling() |
Returns the used
NullHandling hint, which can but may not be respected by the used datastore. |
| Modifier and Type | Method | Description |
|---|---|---|
Order.Builder |
Order.Builder.nullHandling(NullHandling nullHandling) |
|
Order |
Order.with(NullHandling nullHandling) |
Returns a
Order with the given NullHandling. |
| Modifier and Type | Method | Description |
|---|---|---|
static NullHandling |
NullHandling.valueOf(java.lang.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 | Description |
|---|---|---|
NullHandling |
OrderImpl.getNullHandling() |
Returns the used
NullHandling hint, which can but may not be respected by the used datastore. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
OrderImpl.setNullHandling(NullHandling nullHandling) |
|
Order |
OrderImpl.with(NullHandling nullHandling) |
Returns a
Order with the given NullHandling. |
| Constructor | Description |
|---|---|
OrderImpl(Direction direction,
boolean ignoreCase,
NullHandling nullHandling,
java.lang.String property) |
|
OrderImpl(Direction direction,
java.lang.String property,
NullHandling nullHandlingHint) |
Creates a new
Order instance. |
Copyright © 2018. All rights reserved.