1
0
mirror of synced 2024-12-14 07:06:04 +03:00
doctrine2/lib/Doctrine/ORM/Persisters
2010-10-11 22:15:18 +02:00
..
AbstractCollectionPersister.php Moved association mappings to plain arrays, just like field mappings. 2010-08-09 22:48:07 +02:00
AbstractEntityInheritancePersister.php [DDC-522][DDC-419][DDC-383] Fixed. 2010-08-08 12:40:32 +02:00
BasicEntityPersister.php DDC-833 - Fix some nasty bug occouring when re-creating an entity that was a proxy before. Also found another nasty issue with refreshing entity that had an already loaded many-to-many or one-to-many association. 2010-10-11 22:15:18 +02:00
ElementCollectionPersister.php [2.0] Fix Fatal errors in unused classes that crash the testsuite when running PHPUnit with coverage-whitelisting of complete Doctrine directory. 2009-11-06 17:05:22 +00:00
JoinedSubclassPersister.php Moved association mappings to plain arrays, just like field mappings. 2010-08-09 22:48:07 +02:00
ManyToManyPersister.php Moved association mappings to plain arrays, just like field mappings. 2010-08-09 22:48:07 +02:00
OneToManyPersister.php Moved association mappings to plain arrays, just like field mappings. 2010-08-09 22:48:07 +02:00
SingleTablePersister.php Moved association mappings to plain arrays, just like field mappings. 2010-08-09 22:48:07 +02:00
UnionSubclassPersister.php Renamed StandardEntityPersister to BasicEntityPersister 2010-04-26 13:12:46 +02:00