Companion

object Companion

Functions

Link copied to clipboard
inline fun <T : Any> asc(fieldName: String): QuerySortByReflection<T>

Creates a QuerySortByReflection using the name of field in the direction ASC.

Creates a QuerySortByReflection using the property of field in the direction ASC.

Link copied to clipboard

Adds a field to QuerySortByReflection using the name of field in the direction ASC.

Link copied to clipboard
inline fun <R : Any> desc(fieldName: String): QuerySortByReflection<R>

Creates a QuerySortByReflection using the name of field in the direction DESC.

Creates a QuerySortByReflection using the property of field in the direction DESC.

Link copied to clipboard

Adds a field to QuerySortByReflection using the name of field in the direction DESC.