Neos\Flow\Persistence\Generic\QueryFactory::create PHP Method

create() public method

Creates a query object working on the given class name
public create ( string $className ) : Neos\Flow\Persistence\QueryInterface
$className string
return Neos\Flow\Persistence\QueryInterface
    public function create($className)
    {
        return new Query($className);
    }
QueryFactory