| Package | Description |
|---|---|
| ins.framework.mybatis |
| Modifier and Type | Method and Description |
|---|---|
static Order.Direction |
Order.Direction.fromString(String value) |
Order.Direction |
Order.getDirection() |
static Order.Direction |
Order.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Order.Direction[] |
Order.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Order.setDirection(Order.Direction direction) |
| Constructor and Description |
|---|
Order(String property,
Order.Direction direction,
String orderExpr) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.