Going through http://docs.jboss.org/hibernate/orm/5.2/userguide/html_single/Hibernate_User_Guide.html I can't find any reference to this. I'm assuming that instead of writing in my JPQL
select distinct f from Flerp f join fetch f.something
I can just use this hint?