Doctrine


Doctrine\ORM\Persisters\OneToManyPersister
/Doctrine/ORM/Persisters/OneToManyPersister.php at line 37

Class OneToManyPersister

Class:OneToManyPersister - Superclass: AbstractCollectionPersister
AbstractCollectionPersister
⌊ OneToManyPersister

public class OneToManyPersister
extends AbstractCollectionPersister

Persister for one-to-many collections.

IMPORTANT: This persister is only used for uni-directional one-to-many mappings on a foreign key (which are not yet supported). So currently this persister is not used.

Since:
2.0
Author:
Roman Borschel
Todo:
Remove

Fields inherited from Doctrine\ORM\Persisters\AbstractCollectionPersister
_conn, _em, _uow
Methods inherited from Doctrine\ORM\Persisters\AbstractCollectionPersister
delete, deleteRows, insertRows, update

Doctrine