I have an Entity with a OneToOne relation that is fetched lazily:
@Entity public class Person { @Id private Integer id; @Column(length=60) ...