How do I configure the JDO mapping to use the lazy loading feature for 1:m and M:N relations?
Let us convert one of the classes from the JDO examples to use lazy-loading. In the example model, one Product can contain many ProductDetails. This is reflected in the conventional mapping as below. First, the mapping for Product: