Doctrine


Namespace Doctrine\ORM\Persisters

Class Summary
AbstractCollectionPersisterBase class for all collection persisters.
AbstractEntityInheritancePersisterBase class for entity persisters that implement a certain inheritance mapping strategy.
ElementCollectionPersisterPersister for collections of basic elements / value types.
JoinedSubclassPersisterThe joined subclass persister maps a single entity instance to several tables in the database as it is defined by the Class Table Inheritance strategy.
ManyToManyPersisterPersister for many-to-many collections.
OneToManyPersisterPersister for one-to-many collections.
SingleTablePersisterPersister for entities that participate in a hierarchy mapped with the SINGLE_TABLE strategy.
StandardEntityPersisterA basic entity persister that maps an entity with no (mapped) inheritance to a single table in the relational database.
UnionSubclassPersisterA basic entity persister that maps an entity with no (mapped) inheritance to a single table in the relational database.

Doctrine