I am following the book and on the page http://symfony.com/doc/current/book/doctrine.html
While following the book I am trying to work on relationship of product and cat
The solution:
Update symfony files:
composer update
then create entities
php bin/console doctrine:generate:entities BackendBundle