| Package | Description |
|---|---|
| io.mybatis.mapper.example |
| Modifier and Type | Method and Description |
|---|---|
static Example.Order |
Example.Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Example.Order[] |
Example.Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Example<T> |
Example.orderBy(Fn<T,Object> fn,
Example.Order order)
通过方法引用方式设置排序字段
|
ExampleWrapper<T,I> |
ExampleWrapper.orderBy(Fn<T,Object> fn,
Example.Order order)
通过方法引用方式设置排序字段
|
Copyright © 2022. All rights reserved.