Doctrine


Doctrine\ORM\Persisters\SingleTablePersister
/Doctrine/ORM/Persisters/SingleTablePersister.php at line 33

Class SingleTablePersister

Class:SingleTablePersister - Superclass: AbstractEntityInheritancePersister
Class:AbstractEntityInheritancePersister - Superclass: StandardEntityPersister
StandardEntityPersister
⌊ AbstractEntityInheritancePersister
⌊ SingleTablePersister

public class SingleTablePersister
extends AbstractEntityInheritancePersister

Persister for entities that participate in a hierarchy mapped with the SINGLE_TABLE strategy.

Author:
Roman Borschel
License:
http://www.opensource.org/licenses/lgpl-license.php LGPL
Since:
2.0
See Also:
http://martinfowler.com/eaaCatalog/singleTableInheritance.html
Todo:
Rename: BasicEntityPersister

Doctrine