Class:OneToManyPersister - Superclass: AbstractCollectionPersister AbstractCollectionPersister
⌊ OneToManyPersister
public class OneToManyPersister
extends AbstractCollectionPersister
Fields inherited from Doctrine\ORM\Persisters\AbstractCollectionPersister | |
---|---|
_conn, _em, _uow |
Methods inherited from Doctrine\ORM\Persisters\AbstractCollectionPersister | |
---|---|
delete, deleteRows, insertRows, update |
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.