Chapter 5
Java Persistence Query Language (JPQL) and the Criteria API
Section 4
JPQL Named Queries
JPQL Named Queries provide a standard way to declare JPQL queries, facilitating code reuse - Understand the use of Named Queries - Declare Named Queries with the @NamedQuery annotation - Use Named Queries via the EntityManager.createNamedQuery() method