1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/lib/Doctrine/ORM/Persisters
2012-04-07 18:53:33 +02:00
..
AbstractCollectionPersister.php [DDC-1643] Fix bugs when cloning PersistentCollection and re-using it. 2012-02-18 00:42:21 +01:00
AbstractEntityInheritancePersister.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
BasicEntityPersister.php Using Doctrine\Common\Util\ClassUtil for class_name resolutionThis avoids exceptions when passing a Proxy instance to the public API of the EntityManager, ClassMetadataFactory or UnitOfWork when the Proxy itself isn't generated by the EntityManager itself, while discovering the correct ClassMetadata instance for the proxy 2012-04-07 18:53:33 +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 Merge pull request #224 from doctrine/DDC-551 2011-12-18 08:03:23 -08:00
ManyToManyPersister.php Using Doctrine\Common\Util\ClassUtil for class_name resolutionThis avoids exceptions when passing a Proxy instance to the public API of the EntityManager, ClassMetadataFactory or UnitOfWork when the Proxy itself isn't generated by the EntityManager itself, while discovering the correct ClassMetadata instance for the proxy 2012-04-07 18:53:33 +02:00
OneToManyPersister.php Fix CS: AS => as in foreach loops. 2012-03-24 11:16:32 +01:00
SingleTablePersister.php Fixes DDC-1596. Added table alias to discriminator column when using STI. 2012-01-12 23:58:08 -05:00
UnionSubclassPersister.php Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00