6.17
JPQL coding method
This section describes JPQL coding method.
Organization of this section
6.17.1 JPQL syntax
6.17.2 SELECT statement
6.17.3 SELECT clause
6.17.4 FROM clause
6.17.5 WHERE clause
6.17.6 GROUP BY clause and HAVING clause
6.17.7 ORDER BY clause
6.17.8 Bulk UPDATE statement and Bulk DELETE statement
6.17.9 Notes on using JPQL
6.17.10 Exceptions thrown when queries are used