1
0
mirror of synced 2024-12-13 14:56:01 +03:00
doctrine2/lib/Doctrine/ORM/Internal/Hydration
2011-11-30 09:57:54 -05:00
..
AbstractHydrator.php Implemented alias support for EntityResult. This addresses DDC-1096 and DDC-1424. Improved DQL Parser, SQL Walker and Hydrators in general. Performance is generally improved by a factor of 20%. There is still more to be done, like remove the isMixed in ResultSetMapping, mainly because this query - SELECT u AS user FROM User u -, it should return an array('user' => [User object]), while currently it doesn't due to this before mentioned 'bug' in RSM. Will open a separate ticket for this. Also, UnitOfWork and Hydrators share code that could be abstracted/improved. 2011-11-14 01:36:39 -02:00
ArrayHydrator.php Implemented alias support for EntityResult. This addresses DDC-1096 and DDC-1424. Improved DQL Parser, SQL Walker and Hydrators in general. Performance is generally improved by a factor of 20%. There is still more to be done, like remove the isMixed in ResultSetMapping, mainly because this query - SELECT u AS user FROM User u -, it should return an array('user' => [User object]), while currently it doesn't due to this before mentioned 'bug' in RSM. Will open a separate ticket for this. Also, UnitOfWork and Hydrators share code that could be abstracted/improved. 2011-11-14 01:36:39 -02:00
HydrationException.php DDC-1389 - Add validation for empty discriminator map values 2011-10-31 23:35:41 +01:00
IterableResult.php [DDC-497][DDC-500][DDC-342] Fixed. Persister polishing and refactoring. More to come for that, but after beta1. 2010-04-26 13:02:30 +02:00
ObjectHydrator.php Improved code readability. Improved performance. 2011-11-30 09:57:54 -05:00
ScalarHydrator.php Initial code optimization in Hydrators. 2011-11-02 22:08:24 -02:00
SimpleObjectHydrator.php Refactored UnitOfWork::createEntity, improving its performance. 2011-11-29 10:36:32 -05:00
SingleScalarHydrator.php Initial code optimization in Hydrators. 2011-11-02 22:08:24 -02:00