Table of Contents

About

Java Persistence query language (JPQL) for JPA.

You can use the Query API to define both:

  • named
  • and dynamic queries.

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