I use doctrine in my symfony 2.3 application. I want to use a folder structure like.../MyBundleName/User/User.php
...for my Entities....Question:...Is there anyway that I can explicitly map doctrine ORM directly to use an explicit directory instead of def...