Glossary
- JPQL (Java Persistence Query Language)
Can be used for database queries. These queries refer to entities rather than database tables JPA translates queries written in JPQL into SQL statements, which are understood by the target database. With this abstraction database systems can be exchanged while Java classes are fully retained.
