Class Summary | |
---|---|
ConvertDoctrine1SchemaCommand | Command to convert a Doctrine 1 schema to a Doctrine 2 mapping file. |
ConvertMappingCommand | Command to convert your mapping information between the various formats. |
EnsureProductionSettingsCommand | Command to ensure that Doctrine is properly configured for a production environment. |
GenerateEntitiesCommand | Command to generate entity classes and method stubs from your mapping information. |
GenerateProxiesCommand | Command to (re)generate the proxy classes used by doctrine. |
GenerateRepositoriesCommand | Command to generate repository classes for mapping information. |
RunDqlCommand | Command to execute DQL queries in a given EntityManager. |