Pt_BR En Ja De Fr 
You are currently viewing the Development branch api documentation. Switch to 0.11 or 1.0

Development Doctrine_EntityPersister_Standard

Doctrine EntityPersister Standard

The default persister strategy maps a single entity instance to a single database table, as is the case in Single Table Inheritance & Concrete Table Inheritance.

Inheritence

Doctrine_EntityPersister_Standard  < Doctrine_EntityPersister_Abstract

Method Details

  • _doUpdate(( ) $record)

    Updates an entity.


  • $record The entity to insert.

    _doInsert(( ) $record)

    Inserts a single entity into the database, without any related entities.


  • _doDelete(( ) $record)

    Deletes an entity.


Comments (0) [ add comment ]

 No Comments

Add Comment

Add New Comment
Please enter follow the doctrine