Hello, Is it possible to lazily load a dependent collection of a CMP Entity Bean. My entity bean has a dependent collection of an interface. So I can't map it into a relation. However, I don't want to load the entire collection until it is required since deserializing/serializing could be time consuming. Any tips? Thanks, Vidur
