PHP Doctrine\ORM Namespace

Nested Namespaces

Doctrine\ORM\Query
Doctrine\ORM\Tools

Classes

Name Description
EntityManager The EntityManager is the central access point to ORM functionality.
UnitOfWork The UnitOfWork is responsible for tracking changes to objects during an "object-level" transaction and for writing out changes to the database in the correct order.
Version Class to store and retrieve the version of Doctrine