Hitachi

uCosminexus Application Server Compatibility Guide


9.16 Procedure for referencing and updating the database with the query language

A query expresses a processing request (inquiry) for a database as a string. A query is used to issue commands such as commands to search, update, and delete the data in a database to a system. To execute a query, use the javax.persistence.Query interface. The types of query include JPQL and native query. This section describes the procedure for referencing and updating the database with a query.

Organization of this section