Assumption: I have a customer table, and generated customer entities.
Question: I can load the customer collection (i.e: Orders) but how do I load the customer table into an EntityCollection (Adapter Based)?
See Best practises -> How Do I? And then How do I read all entities of a given type into a collection? (in the documentation)