1
0
mirror of synced 2024-12-14 15:16:04 +03:00
doctrine2/lib/Doctrine/ORM/Tools/Cli/Tasks
2010-03-20 03:48:58 +00:00
..
ClearCacheTask.php [2.0] Fixing more glitches found with CLI refactoring 2009-12-22 16:17:35 +00:00
ConvertDoctrine1SchemaTask.php [2.0] Fixing hardcoded dependency to EntityGenerator 2010-03-20 03:48:58 +00:00
ConvertMappingTask.php [2.0] Fixing hardcoded dependency to EntityGenerator 2010-03-20 03:48:58 +00:00
EnsureProductionSettingsTask.php [2.0] Added feedback message when orm:ensure-production-settings is correctly configured. 2010-02-20 20:00:21 +00:00
GenerateEntitiesTask.php [2.0] Fixing hardcoded dependency to EntityGenerator 2010-03-20 03:48:58 +00:00
GenerateProxiesTask.php [2.0] Refactoring code for reading multiple sources of mapping information from ClassMetadataExporter to a new ClassMetadataReader tool so it can be used to read mapping information easily from multiple different sources. This is used for generating repositories, converting mapping information, generating entity stubs, etc. Generally though, it is useful to be able to read the information for some mapping files into an array of ClassMetadataInfo instances without it being bound to the ORM and the metadata referenced by the EntityManager ClassMetadataFactory 2010-03-19 04:19:15 +00:00
GenerateRepositoriesTask.php [2.0] Refactoring code for reading multiple sources of mapping information from ClassMetadataExporter to a new ClassMetadataReader tool so it can be used to read mapping information easily from multiple different sources. This is used for generating repositories, converting mapping information, generating entity stubs, etc. Generally though, it is useful to be able to read the information for some mapping files into an array of ClassMetadataInfo instances without it being bound to the ORM and the metadata referenced by the EntityManager ClassMetadataFactory 2010-03-19 04:19:15 +00:00
RunDqlTask.php [2.0][DDC-316][DDC-346] Implemented support to first result and max results aswell as different hydration mode support in orm:run-dql task 2010-02-20 17:32:25 +00:00
SchemaToolTask.php [2.0] DDC-259 - Added SQL statement terminator symbol to dump-sql mode SchemaToolTask 2010-02-02 21:22:57 +00:00
VersionTask.php [2.0][DDC-364] Added Doctrine\Common\Version which provides the current version of Doctrine. Also added CLI tasks for Common and DBAL, since they may vary in the future. 2010-02-24 02:54:24 +00:00