dan wrote:
Hello
I'm using EntityCollectionNonGeneric for finders, when I fetch related EntityCollections finders return me releated collections as generic, is there anyway i can tell that releated collections must be non generic as well?
I would say no as entities use generic collections by default. You could modify entity*.template though (not sure how much work it is). Out of curiosity, why are you avoiding generic collections?