Hibernate3 LazyInitialization with Ch. 28
What do we need for updating Ch.28 so it falls in line with Hibernate3? Right now, when you try working with the OrderItems, it throws LazyInitializationExceptions because the default for Hibernate3 uses lazy loading vs. Hibernate2 which uses eager initialization by default.
|