apply

fun <T> apply(criteria: Criteria, repository: JpaSpecificationExecutor<T>, joins: Root<T>.() -> JoinMap = { mapOf() }): PaginatedCollection<T>