Proxy
Table of Contents
Classes
- 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.
- CollectionRegionDoctrineCommand
- Command to clear a collection cache region.
- 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.
- EntityRegionCacheDoctrineCommand
- Command to clear a entity cache region.
- InfoDoctrineCommand
- Show information about mapped entities
- QueryRegionCacheDoctrineCommand
- Command to clear a query cache region.
- 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.
- ValidateSchemaCommand
- Command to run Doctrine ValidateSchema() on the current mappings.