1
0
Fork 0
mirror of synced 2025-04-01 20:36:14 +03:00
doctrine2/lib/Doctrine/ORM/Persisters
2009-04-09 18:12:48 +00:00
..
AbstractCollectionPersister.php [2.0] Another step towards finishing namespace refactoring 2009-02-20 05:46:20 +00:00
AbstractEntityPersister.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
ElementCollectionPersister.php [2.0] Parser work. Drafted logic for multi-table deletes through DQL (for Class/Concrete Table Inheritance) 2009-03-21 12:49:58 +00:00
JoinedSubclassPersister.php [2.0] Another step towards finishing namespace refactoring 2009-02-20 05:46:20 +00:00
ManyToManyPersister.php [2.0] Another step towards finishing namespace refactoring 2009-02-20 05:46:20 +00:00
OneToManyPersister.php [2.0] Another step towards finishing namespace refactoring 2009-02-20 05:46:20 +00:00
SingleTablePersister.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
StandardEntityPersister.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
UnionSubclassPersister.php [2.0] Another step towards finishing namespace refactoring 2009-02-20 05:46:20 +00:00