Hibernate version: 2.0
Hi,
Is it possible to set Lazy loading, so my one to many collections aren't loaded when loading a list, but do get loaded when getting one object with a Get Method?
My problem is that i need to use the object without the session because the datalayer is in a WCF Service. My session will get closed after getting an object or loading a list of objects.
I've been trying to figure out the lazy loading but i'm getting message that my properties should be virtual. But I don't see that in the documentation.
Greets
|