Hi,
It is my understanding that when an enterprise application uses JPA in
Java SE style, entity classes don't get enhanced as a result of which
benefits of enhancement (like lazy loading of fields) is not available
to such applications. If user wants to have those benefits, then they
have to either use JPA in container style or statically enhance their
domain classes. Please confirm.
Secondly, does anyone know of any EE platform that behaves differently?
Thanks,
Sahoo