Order

org.beangle.commons.collection.Order
See theOrder companion class
object Order

排序

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Order.type

Members list

Value members

Concrete methods

def apply(property: String): Order
def apply(property: String, ascending: Boolean): Order
def asc(property: String): Order

Asc.

Asc.

Value parameters

property

a String object.

Attributes

Returns

a [[org.beangle.commons.collection.Order]] object.

def desc(property: String): Order

Desc.

Desc.

Value parameters

property

a String object.

Attributes

Returns

a [[org.beangle.commons.collection.Order]] object.

def parse(orderString: String): List[Order]

parse order string.

parse order string.

Attributes

def toSortString(orders: List[Order]): String

toSortString.

toSortString.

Attributes

Concrete fields

val OrderStr: String

Constant OrderStr="orderBy"

Constant OrderStr="orderBy"

Attributes