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)

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

👋 Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay