Class Doctrine\ORM\EntityRepository

<T is object>

implements ObjectRepository<T>, Selectable<int, T>

An EntityRepository serves as a repository for entities with generic as well as business specific methods for retrieving entities.

This class is designed for inheritance and users can subclass this class to write their own repositories with business-specific methods to locate entities.

Methods
Properties