data class OrderField<in T : Node>(val part: OrderPart<T>, val direction: OrderDirection)

Defines an order without direction

Parameters

part

the OrderPart which defines an order

direction

defines the direction of the order, e.g. ascending or descending

Constructors

Link copied to clipboard
constructor(part: OrderPart<T>, direction: OrderDirection)

Properties

Link copied to clipboard
Link copied to clipboard