Sun GlassFish Enterprise Server v3 Application Development Guide

Using Lazy Loading

OneToMany and ManyToMany mappings are loaded lazily by default in compliance with the Java Persistence Specification. OneToOne and ManyToOne mappings are loaded eagerly by default.

For basic information about lazy loading, see What You May Need to Know About EclipseLink JPA Lazy Loading.