PHP Doctrine\ODM\CouchDB Namespace

Nested Namespaces

Doctrine\ODM\CouchDB\Event
Doctrine\ODM\CouchDB\Functional
Doctrine\ODM\CouchDB\Id
Doctrine\ODM\CouchDB\Mapping
Doctrine\ODM\CouchDB\Migrations
Doctrine\ODM\CouchDB\Proxy
Doctrine\ODM\CouchDB\Tools
Doctrine\ODM\CouchDB\Types
Doctrine\ODM\CouchDB\View

Classes

Name Description
Configuration Configuration class
CouchDBException Base exception class for package Doctrine\ODM\CouchDB
DocumentManager
DocumentNotFoundException Exception thrown when a Proxy fails to retrieve a Document.
DocumentRepository An DocumentRepository serves as a repository for documents with generic as well as business specific methods for retrieving documents.
Event
InvalidDocumentTypeException
OptimisticLockException An OptimisticLockException is thrown when a version check on an object that uses optimistic locking through a version field fails.
PersistentCollection Persistent collection class
PersistentIdsCollection
PersistentViewCollection
UnitOfWork Unit of work class
UpdateConflictException Thrown by the UnitOfWork when errors happen on flush.
Version