Enterprise Java Development@TOPIC@
To provide hands on experience
Creating JPA queries
Creating native SQL queries
Performing bulk database updates with JPA queries
Adding locks to JPA queries
At the completion of this exercise, the student will be able to
Create a JPAQL query
Create a SQL query
Set query parameters
Set paging controls
Register a named query
Define a SqlRowSetMapping
Perform a bulk database update using JPAQL and native SQL
Set the lock mode for a query
The primary purpose of this exercise is to provide coverage of the broader capabilities of JPA queries. Although some JPAQL features are exposed, it does not yet provide detailed coverage of the JPA query language or SQL. It is expected that JPAQL will be a future enhancement to what is currently covered.