What appears to be a missing reference is present in the first sentence of the second paragraph of the "Obtain an entity reference without initializing its data" section (3.3) of the Hibernate Developer Guide.
The sentence reads:
"The above works on the assumption that the entity is defined to allow lazy loading, generally through use of runtime proxies. For more information see ???."
The ??? should be a valid reference.
|