Pagination
Table of Contents
Namespaces
- Exception
Classes
- 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.
- RootTypeWalker
- Infers the DBAL type of the #Id (identifier) column of the given query's root entity, and
returns it in place of a real SQL statement.
- RowNumberOverFunction
- RowNumberOverFunction
- WhereInWalker
- Appends a condition equivalent to "WHERE IN (:dpid_1, :dpid_2, ...)" to the whereClause of the AST.