I know i must generate again, that's not the point.
What i need is a recursive fetch. If i have an entity of type A with a collection of entities of type B, i need to fetch entity A, and automatically fetch all entities of type B related with that particular entity of type A.
And i want a generic method, that works for any given type A.
Regards.