toplink « Load « JPA Q&A





1. How to use lazy property loading with glassfish + toplink essentials    stackoverflow.com

I have a query:

select p from Product p
Which gives me the results I expect, but one of the columns (let's call it massiveDescription) is big, and since I'm querying the full ...