public class SortFactory
extends java.lang.Object
| 构造器和说明 |
|---|
SortFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
static org.springframework.data.domain.Sort |
create(org.springframework.data.domain.Sort... sorts) |
static org.springframework.data.domain.Sort |
create(org.springframework.data.domain.Sort sort,
org.springframework.data.domain.Sort.Order... orders) |
static org.springframework.data.domain.Sort |
create(org.springframework.data.domain.Sort sort,
java.lang.String sortPropterty) |
static org.springframework.data.domain.Sort |
create(org.springframework.data.domain.Sort sort,
java.lang.String sortPropterty,
org.springframework.data.domain.Sort.Direction direction) |
static org.springframework.data.domain.Sort |
create(java.lang.String sortProperty,
org.springframework.data.domain.Sort.Direction direction) |
static org.springframework.data.domain.Sort |
create(java.lang.String sortProperty,
java.lang.String order) |
public static org.springframework.data.domain.Sort create(java.lang.String sortProperty,
org.springframework.data.domain.Sort.Direction direction)
public static org.springframework.data.domain.Sort create(java.lang.String sortProperty,
java.lang.String order)
public static org.springframework.data.domain.Sort create(org.springframework.data.domain.Sort sort,
java.lang.String sortPropterty,
org.springframework.data.domain.Sort.Direction direction)
public static org.springframework.data.domain.Sort create(org.springframework.data.domain.Sort sort,
java.lang.String sortPropterty)
public static org.springframework.data.domain.Sort create(org.springframework.data.domain.Sort sort,
org.springframework.data.domain.Sort.Order... orders)
public static org.springframework.data.domain.Sort create(org.springframework.data.domain.Sort... sorts)