| 程序包 | 说明 |
|---|---|
| querymethods.spring.data.query.domain |
| 限定符和类型 | 方法和说明 |
|---|---|
Sort.Order |
Sort.getOrderFor(java.lang.String property)
Returns the order registered for the given property.
|
Sort.Order |
Sort.Order.ignoreCase()
Returns a new
Sort.Order with case insensitive sorting enabled. |
Sort.Order |
Sort.Order.nullsFirst()
Returns a
Sort.Order with Sort.NullHandling.NULLS_FIRST as null handling hint. |
Sort.Order |
Sort.Order.nullsLast()
Returns a
Sort.Order with Sort.NullHandling.NULLS_LAST as null handling hint. |
Sort.Order |
Sort.Order.nullsNative()
Returns a
Sort.Order with Sort.NullHandling.NATIVE as null handling hint. |
Sort.Order |
Sort.Order.with(Sort.Direction direction)
Returns a new
Sort.Order with the given Sort.Direction. |
Sort.Order |
Sort.Order.with(Sort.NullHandling nullHandling)
Returns a
Sort.Order with the given Sort.NullHandling. |
Sort.Order |
Sort.Order.withProperty(java.lang.String property)
Returns a new
Sort.Order |
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.Iterator<Sort.Order> |
Sort.iterator() |
| 构造器和说明 |
|---|
Sort(Sort.Order... orders)
Creates a new
Sort instance using the given Sort.Orders. |
| 构造器和说明 |
|---|
Sort(java.util.List<Sort.Order> orders)
Creates a new
Sort instance. |
Copyright © 2023. All Rights Reserved.