I have a list of facilityIds and I want the entities. I know I could put it in a for loop and do x number of database queries, but I was hoping there was a faster way since I know that DB queries are the bottleneck. Thanks Patrick
- given a list of facilityIds can I do a DB query and get a li... Patrick
