CriteriaBuilder
class CriteriaBuilder(filters: MutableList<Filter> = mutableListOf(), orderBy: MutableList<OrderBy> = mutableListOf(), var page: Int = 1, var pageSize: Int? = null)
Constructors
Link copied to clipboard
constructor(filters: MutableList<Filter> = mutableListOf(), orderBy: MutableList<OrderBy> = mutableListOf(), page: Int = 1, pageSize: Int? = null)