Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
We’re trying to initialize the second level cache in Hibernate. Was anything added to the GUI to instrument the classes after they are built which would enable the second level cache and the lazy collections / properties? (of course it could be that we just aren’t initializing it correctly either so any tips / examples would be greatly appriciated)
Tom,
Nothing pertaining to the 2nd level cache is done in MyEclipse, you can turn it on via a Hibernate configuration option in the config file, I forget the exact setting, but I’ve used it quite a bit in the past. Be aware of caching issues that are a side effect of using the 2nd level cache.