Hibernate Remote Lazy Loading to the Rescue
I’ve written a couple of posts recently on Lazy Loading, and some of the issues relating to how Hibernate creates and manages proxies. While …
Practical frameworks on technical communication, product development, and building a career you’re proud of.
I’ve written a couple of posts recently on Lazy Loading, and some of the issues relating to how Hibernate creates and manages proxies. While …
I often face the following exception in Hibernate not on my local developer machine, but in production across several servers: java.lang.ClassCastException: mint.hibernate.MathCourse$$EnhancerByCGLIB$$ed898f0d This happens …
In my previous post Cheap Tricks to Fullfill Your Need for Speed, I talked about how you could reduce the memory footprint of your data …