Is it possible to get Hibernate to lazy load a property on an entity? We have a few clobs in a project I’ve inherited that are being loaded by default. I am hoping to modify the XML as a stop-gap before we convert the mappings to Annotations.
Share
Yes. See “Using lazy property fetching”.