1
0
mirror of synced 2025-01-10 11:07:10 +03:00
doctrine2/lib/Doctrine/ORM/Persisters
2014-12-31 01:28:05 +01:00
..
AbstractCollectionPersister.php Add method to interface 2014-02-18 10:26:24 +01:00
AbstractEntityInheritancePersister.php Fixed documentation for ORM\Persisters 2012-12-03 10:15:43 +00:00
BasicEntityPersister.php - Fixed the basic entity persister so that versioned OneToOne entities can be created 2014-10-01 14:01:44 +01:00
CollectionPersister.php Fix docblock 2014-02-18 10:26:25 +01:00
EntityPersister.php Enforce Criteria 2014-05-18 12:47:59 +02:00
JoinedSubclassPersister.php Consistent return type confirming with interface 2014-12-31 01:28:05 +01:00
ManyToManyPersister.php CS fix 2014-02-18 10:26:26 +01:00
OneToManyPersister.php Enforce Criteria 2014-05-18 12:47:59 +02:00
PersisterException.php [DDC-2430] Prevent Criteria queries using the ID of an assocation on PersistentCollections, as the in-memory ArrayCollection does not work with this kind of query. Attention this is a BC-BREAK, that is necessary to fix potentially very hard to debug bugs. Therefore it is not merged back into 2.3 2013-05-09 13:24:36 +02:00
SingleTablePersister.php Fix tests for inheritance support 2014-05-15 18:22:56 +02:00
SqlExpressionVisitor.php Fix DDC-2478 2013-06-13 16:44:02 -04:00
SqlValueVisitor.php [DDC-2471] Fix EQ/NEQ null handling of criteria 2013-05-26 09:04:19 +02:00