<?php

namespace Doctrine\ORM;

/**
 * @template-covariant TKey The type of column used in indexBy
 * @template-covariant TResult The type of results returned by this query in HYDRATE_OBJECT mode
 *
 * @extends AbstractQuery<TKey, TResult>
 */
final class Query extends AbstractQuery
{
}
