Companion
object Companion
Functions
Link copied to clipboard
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
inline fun <T : Any> QuerySortByReflection<T>.ascByName(fieldName: String): QuerySortByReflection<T>
Adds a field to QuerySortByReflection using the name of field in the direction ASC.
Link copied to clipboard
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
inline fun <T : Any> QuerySortByReflection<T>.descByName(fieldName: String): QuerySortByReflection<T>
Adds a field to QuerySortByReflection using the name of field in the direction DESC.