Pagination
Namespaces
- Exception
Interfaces, Classes, Traits and Enums
- CountOutputWalker
- Wraps the query in order to accurately count the root objects.
- CountWalker
- Replaces the selectClause of the AST with a COUNT statement.
- LimitSubqueryOutputWalker
- Wraps the query in order to select root entity IDs for pagination.
- LimitSubqueryWalker
- Replaces the selectClause of the AST with a SELECT DISTINCT root.id equivalent.
- Paginator
- The paginator can handle various complex scenarios with DQL.
- RowNumberOverFunction
- RowNumberOverFunction
- WhereInWalker
- Replaces the whereClause of the AST with a WHERE id IN (:foo_1, :foo_2) equivalent.