fetch subclasses and their associations with one query
demo for simplicity and to avoid being sued :GnuTrolling:
so the question is whether its possible to fetch all the associations to their respective classes when calling the find all method
without eager fetching and avoiding n+1 and without extra queries for getting the associations
so the question is whether its possible to fetch all the associations to their respective classes when calling the find all method
without eager fetching and avoiding n+1 and without extra queries for getting the associations