This website requires JavaScript.
Explore
Help
Sign In
RetailCRM-Mirror
/
doctrine2
Watch
1
Star
0
Fork
0
You've already forked doctrine2
mirror of
synced
2025-02-03 05:49:25 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
doctrine2
/
lib
/
Doctrine
/
ORM
/
Persisters
/
Collection
History
Guilherme Blanco
1587aac4ff
Added support for OneToMany with orphanRemoval. Replacing entire collection now deletes the replaced collection (scheduled for deletion). No event handling is done as it happens at DBAL level.
2015-11-05 00:08:44 -05:00
..
AbstractCollectionPersister.php
#1209
DDC-3427 - removing leftover
EntityManager
hints (using interface instead)
2015-01-16 14:44:31 +01:00
CollectionPersister.php
Classify persisters into more granular namespaces.
2015-01-16 00:10:25 +01:00
ManyToManyPersister.php
Changed some wrong usage of the @internal phpdoc
2015-03-15 16:53:34 +01:00
OneToManyPersister.php
Added support for OneToMany with orphanRemoval. Replacing entire collection now deletes the replaced collection (scheduled for deletion). No event handling is done as it happens at DBAL level.
2015-11-05 00:08:44 -05:00