├── README.md ├── composer.json └── src └── Doctrine └── MySql ├── IndexHint.php └── UseIndexHintHandler.php /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shipmonk-rnd/doctrine-mysql-index-hints/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shipmonk-rnd/doctrine-mysql-index-hints/HEAD/composer.json -------------------------------------------------------------------------------- /src/Doctrine/MySql/IndexHint.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shipmonk-rnd/doctrine-mysql-index-hints/HEAD/src/Doctrine/MySql/IndexHint.php -------------------------------------------------------------------------------- /src/Doctrine/MySql/UseIndexHintHandler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shipmonk-rnd/doctrine-mysql-index-hints/HEAD/src/Doctrine/MySql/UseIndexHintHandler.php --------------------------------------------------------------------------------