proxy « Stored Procedure « JPA Q&A





1. hibernate proxy     stackoverflow.com

load() just returns a proxy by default and database won’t be hit until the proxy is first invoked. what does it mean by proxy exactly here ?