My Entity directory for my bundle is getting quite large. I'd like to be able to group my classes into sub-directories. For example, all forum related classes in Entity/Forum/. I've been able to do this relatively successfully, but I don't know how to do a doctrine query now.
The following doesn't work.
SELECT fp
FROM AcmeMainBundle:ForumPost fp
WHERE 1
How do I query an entity not directly in the Entity Folder?