JPQL with Relationship Objectives¶ Use JPQL to traverse relationships that exist in our entities. Use JPQL to check if an object is a member of a collection. Clarify the difference between eager and lazy loaded collections. Topics¶ JPQL Review Queries with Nested Objects Queries with Nested Collections Labs Up -- Next