This website requires JavaScript.
Explore
Help
Sign In
RetailCRM-Mirror
/
doctrine2
Watch
1
Star
0
Fork
0
You've already forked doctrine2
mirror of
synced
2025-01-18 22:41:43 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
doctrine2
/
lib
/
Doctrine
/
ORM
/
Internal
/
Hydration
History
Strate
0c8a31bf2b
DDC-3005. Revert empty line. Removed @since annotation
2015-01-12 22:34:24 +01:00
..
AbstractHydrator.php
Readability update to hydrators.
2014-04-29 05:05:38 +00:00
ArrayHydrator.php
Readability update to hydrators.
2014-04-29 05:05:38 +00:00
HydrationException.php
Add: invalidDiscriminatorValue method
2014-04-09 01:55:49 +02:00
IterableResult.php
Fixed documentation for ORM\Internal
2012-12-02 19:46:34 +00:00
ObjectHydrator.php
DDC-3005 Defer invoking of postLoad event to the end of hydration cycle.
2015-01-12 22:33:40 +01:00
ScalarHydrator.php
Made ClassMetadata to be reused during gatherRowData() and also during hydrateRow() to share same fetches instead of recalculating all info again. Performance improvement after 100x runs comparison is around 4%.
2014-04-28 02:38:51 +00:00
SimpleObjectHydrator.php
DDC-3005. Revert empty line. Removed @since annotation
2015-01-12 22:34:24 +01:00
SingleScalarHydrator.php
Made ClassMetadata to be reused during gatherRowData() and also during hydrateRow() to share same fetches instead of recalculating all info again. Performance improvement after 100x runs comparison is around 4%.
2014-04-28 02:38:51 +00:00