Using JPA with Spring 2.0 or the Java Agent issue

Maybe this article is the main reference about JPA in Spring 2.0. It’s a great resource to start playing with JPA technology but it does not include any comment relative to a key issue: load time weaving. This technique is responsible of any class transformation from generic database objects to customized domain beans. Spring’s 2.0 reference include severalContinue reading “Using JPA with Spring 2.0 or the Java Agent issue”