Using JPQL
Objectives¶
-
See how JPQL and SQL syntax differs.
-
Create queries that return collections of Objects.
-
Write queries to return specific SQL columns.
-
Create reusable queries by declaring them with named or positional parameters.
Topics¶
- Basic Queries with JPQL
- Querying for Properties
- Retrieving Multiple Properties
- Query Parameters
- Labs