1 min read
JPA 1.0 Complaints
· 1 min read
Recently at work, I began refactoring a project I built a while ago to reduce code. When I first worked on it, I was new to the JEE5 stack and didn’t know about lazy or eager loading of relationships. As a result, I ended up writing a lot of extra...