jpql.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [jpql]
www.codever.land/bookmarks/t/jpql
Hibernate Tip: What's the Difference between JOIN, LEFT JOIN & JOIN FETCH
https://thoughts-on-java.org/hibernate-tips-difference-join-left-join-fetch-join/
They are similar but there is an important difference between JOIN, LEFT JOIN and the JPA-specific JOIN FETCH statement.