Is it possible to generate Doctrine 2 entities, with the relevant docblock annotations, from an existing database schema?
As of https://github.com/doctrine/doctrine2/blob/master/lib/Doctrine/ORM/Tools/Console/ConsoleRunner.php , generating entities is already supported by Doctrine's default CLI