| ClearMetadataCacheDoctrineCommand | Command to clear the metadata cache of the various cache drivers. |
| ClearQueryCacheDoctrineCommand | Command to clear the query cache of the various cache drivers. |
| ClearResultCacheDoctrineCommand | Command to clear the result cache of the various cache drivers. |
| ConvertMappingDoctrineCommand | Convert Doctrine ORM metadata mapping information between the various supported formats. |
| CreateSchemaDoctrineCommand | Command to execute the SQL needed to generate the database schema for a given entity manager. |
| DoctrineCommandHelper | Provides some helper and convenience methods to configure doctrine commands in the context of bundles and multiple connections/entity managers. |
| DropSchemaDoctrineCommand | Command to drop the database schema for a set of classes based on their mappings. |
| EnsureProductionSettingsDoctrineCommand | Ensure the Doctrine ORM is configured properly for a production environment. |
| RunDqlDoctrineCommand | Execute a Doctrine DQL query and output the results. |
| RunSqlDoctrineCommand | Execute a SQL query and output the results. |
| UpdateSchemaDoctrineCommand | Command to generate the SQL needed to update the database schema to match the current mapping information. |