Releated und Joins

Admin

Administrator
Joins are only performed automatically if you're setting a clause on a relation or have some defaultWith relations set on the structure. If it's the latter, you can opt out when grabbing the finder:

PHP:
$finder = $this->em()->getFinder('Some:Entity', false);
 
Zurück
Oben