Companion
object Companion
Functions
Link copied to clipboard
Adds a field to QuerySortByField using the name of field in the direction ASC.
fun <R : ComparableFieldProvider> QuerySortByField<R>.ascByName(fieldName: String): QuerySortByField<R>
Creates a QuerySortByField using the name of field in the direction ASC.
Link copied to clipboard
Adds a field to QuerySortByField using the name of field in the direction DESC.
fun <R : ComparableFieldProvider> QuerySortByField<R>.descByName(fieldName: String): QuerySortByField<R>
Creates a QuerySortByField using the name of field in the direction DESC.