1
0
mirror of synced 2024-12-13 14:56:01 +03:00
doctrine2/lib/Doctrine/Common
2009-05-29 15:38:46 +00:00
..
Collections [2.0] Some hydration and DQL parser work. 2009-05-17 19:27:12 +00:00
ClassLoader.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
DoctrineException.php [2.0] Fixed issues discovered during code coverage report generation. Made all ClassMetadata properties public (good reasons, read the class docblock). Performance improvements. 2009-05-14 10:03:09 +00:00
EventArgs.php [2.0] Removing last few dependencies on 2.0 2009-05-29 15:38:46 +00:00
EventManager.php [2.0] Changed identifier quoting strategy to something simpler. Dropped Doctrine prefix from annotations. 2009-05-29 10:23:13 +00:00
EventSubscriber.php Enabling namespaces. Final restructurings. 2009-01-22 19:38:10 +00:00
NotifyPropertyChanged.php [2.0] Work on single table inheritance with more functional tests. 2009-05-03 10:58:16 +00:00
PropertyChangedListener.php [2.0] Refactored SQL query building process and hydration. Hydration should now support result sets with any number of root components. Introducing ResultSetMapping that is used by hydration instead of queryComponents. This allows mapping of arbitrary SQL queries (NativeQuery). 2009-04-09 18:12:48 +00:00