1
0
mirror of synced 2024-12-15 15:46:02 +03:00
doctrine2/lib/Doctrine/ORM/Internal/Hydration
2009-05-13 15:19:27 +00:00
..
AbstractHydrator.php [2.0] Started to implement proxy object handling. Introduced a configuration switch for partial objects (allowPartialObjects) that defaults to TRUE. Setting to FALSE enables proxying and lazy-loading. 2009-05-13 15:19:27 +00:00
ArrayHydrator.php [2.0] Moved code between Query and AbstractQuery. Added first NativeQuery implementation. Hydration work and code movements for discriminator column usage. Started implementing Single Table Inheritance. 2009-04-12 19:02:12 +00:00
HydrationException.php [2.0] Another step towards finishing namespace refactoring 2009-02-20 05:46:20 +00:00
IterableResult.php [2.0] Another step towards finishing namespace refactoring 2009-02-20 05:46:20 +00:00
ObjectHydrator.php [2.0] Started to implement proxy object handling. Introduced a configuration switch for partial objects (allowPartialObjects) that defaults to TRUE. Setting to FALSE enables proxying and lazy-loading. 2009-05-13 15:19:27 +00:00
ScalarHydrator.php [2.0] Moved code between Query and AbstractQuery. Added first NativeQuery implementation. Hydration work and code movements for discriminator column usage. Started implementing Single Table Inheritance. 2009-04-12 19:02:12 +00:00
SingleScalarHydrator.php [2.0] Another step towards finishing namespace refactoring 2009-02-20 05:46:20 +00:00