Doctrine\ORM\Persisters\UnionSubclassPersister
/Doctrine/ORM/Persisters/UnionSubclassPersister.php at line 5
Class UnionSubclassPersister
Class:UnionSubclassPersister - Superclass: StandardEntityPersister
StandardEntityPersister
⌊ UnionSubclassPersister
public class UnionSubclassPersister
extends StandardEntityPersister
- Author:
- Roman Borschel
- Giorgio Sironi
- License:
- http://www.opensource.org/licenses/lgpl-license.php LGPL
- Since:
- 2.0
- Todo:
- Rename: BasicEntityPersister
Methods inherited from Doctrine\ORM\Persisters\StandardEntityPersister |
addInsert, delete, executeInserts, getClassMetadata, getInsertSQL, getOwningTable, load, loadAll, loadManyToManyCollection, loadOneToManyCollection, refresh, update |
A basic entity persister that maps an entity with no (mapped) inheritance to a single table in the relational database.