project. * * (c) * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace {{ extended_namespace }}\PHPCR; use {{ namespace}}\PHPCR\Base{{ name }}Repository; /** * This file has been generated by the EasyExtends bundle ( https://sonata-project.org/bundles/easy-extends ) * * References : * query builder : http://www.doctrine-project.org/docs/mongodb_odm/1.0/en/reference/query-builder-api.html * * @author */ class {{ name }}Repository extends Base{{ name }}Repository { }