1
0
mirror of synced 2025-01-09 10:37:09 +03:00
doctrine2/lib/Doctrine/ORM/Persisters
Asmir Mustafic 2eb428df79 code style
2014-02-06 12:55:33 +01:00
..
AbstractCollectionPersister.php Second level cache 2013-12-16 11:05:04 -05:00
AbstractEntityInheritancePersister.php Fixed documentation for ORM\Persisters 2012-12-03 10:15:43 +00:00
BasicEntityPersister.php fix SQL generation on table lock hint capable platforms 2014-01-15 22:46:09 +01:00
CollectionPersister.php Fix CS and update docs 2013-12-16 11:05:04 -05:00
EntityPersister.php fix SQL generation on table lock hint capable platforms 2014-01-15 22:46:09 +01:00
JoinedSubclassPersister.php fix SQL generation on table lock hint capable platforms 2014-01-15 22:46:09 +01:00
ManyToManyPersister.php code style 2014-02-06 12:55:33 +01:00
OneToManyPersister.php Entra-lazy for containsKey on collections 2014-02-06 12:27:12 +01: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 Fixed typos 2013-03-11 00:08:58 +00: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