Can I filter out results from an arrayCollection in Doctrine 2 while using lazy loading? For example,
// users = ArrayCollection with User entities containin
The Collection#filter method really does eager load all members. Filtering at the SQL level will be added in doctrine 2.3.
Collection#filter