Doctrine


Namespace Doctrine\ORM\Tools\Console\Command

Class Summary
ConvertDoctrine1SchemaCommandCommand to convert a Doctrine 1 schema to a Doctrine 2 mapping file.
ConvertMappingCommandCommand to convert your mapping information between the various formats.
EnsureProductionSettingsCommandCommand to ensure that Doctrine is properly configured for a production environment.
GenerateEntitiesCommandCommand to generate entity classes and method stubs from your mapping information.
GenerateProxiesCommandCommand to (re)generate the proxy classes used by doctrine.
GenerateRepositoriesCommandCommand to generate repository classes for mapping information.
RunDqlCommandCommand to execute DQL queries in a given EntityManager.

Doctrine