Doctrine


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

A basic entity persister that maps an entity with no (mapped) inheritance to a single table in the relational database.

Author:
Roman Borschel
Giorgio Sironi
License:
http://www.opensource.org/licenses/lgpl-license.php LGPL
Since:
2.0
Todo:
Rename: BasicEntityPersister

Fields inherited from Doctrine\ORM\Persisters\StandardEntityPersister
_class, _columnTypes, _conn, _em, _platform, _queuedInserts, _resultColumnNames, _selectColumnListSql, _sqlAliasCounter, _sqlTableAliases
Methods inherited from Doctrine\ORM\Persisters\StandardEntityPersister
addInsert, delete, executeInserts, getClassMetadata, getInsertSQL, getOwningTable, load, loadAll, loadManyToManyCollection, loadOneToManyCollection, refresh, update

Doctrine