@QueryHints(@javax.persistence.QueryHint(name="org.hibernate.fetchSize", value="50")) List<Foo> findAll();
Set the fetch size with Spring Datajava