Table of Contents

Java JPA - Java Persistence query language (JPQL)

About

Java Persistence query language (JPQL) for JPA.

You can use the Query API to define both:

The entities can be used to perform all the database operations using Java Persistence Query Language (JPQL) which is SQL-like syntax but operates on the Java model instead.

Documentation / Reference