DEV Community

Salad Lam
Salad Lam

Posted on

Jakarta Persistence API (JPA) example application: Northwind sample database

Northwind database is a sample database that is used in the tutorial of Microsoft's database product. Provided database mapping on entity classes and simple repository base on Spring Data JPA. So that may base on it to practice to access the database by JPA feature such as JPQL and Criteria API, or even native SQL statement. The source code is on https://github.com/saladlam/jpa-northwind.

Top comments (0)