JPA Default Fetch Types From the JPA 2.0 spec, the defaults are: OneToMany: LAZY ManyToOne: EAGER ManyToMany: LAZY OneToOne: EAGER