Greetings,
If I have an entity factory object or an entity collection object, is there a generic way to obtain the type of the entity (that the factory and the collection are concerned with) without resorting to actualling creating an instance of the entity.
OMAR