data class Sort : BaseSort
Sort allows specification of a set of entity attribute names and their associated directionality and null handling, to be applied upon processing a query specification.
interface Attribute |
|
enum class CommonStateAttribute : Attribute |
|
enum class Direction |
|
enum class FungibleStateAttribute : Attribute |
|
enum class LinearStateAttribute : Attribute |
|
data class SortColumn |
|
enum class VaultStateAttribute : Attribute |
Sort(columns: Collection<SortColumn>)
Sort allows specification of a set of entity attribute names and their associated directionality and null handling, to be applied upon processing a query specification. |
val columns: Collection<SortColumn> |
fun Any.contextLogger(): <ERROR CLASS>
When called from a companion object, returns the logger for the enclosing class. |