Skip to content

Example Spring Boot REST app that shows different approaches for querying data from database with JPA.

Notifications You must be signed in to change notification settings

adamzareba/EntityGraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5534160 · Dec 8, 2017

History

8 Commits
May 8, 2017
Apr 13, 2017
Dec 8, 2017
Apr 14, 2017

Repository files navigation

EntityGraph

Issue Count

Example project for Spring Boot that uses JPA/Hibernate for querying data from database, exposed REST API that returns data querying for data structure:

database-schema

Project demonstrates three different approaches for database querying:

  1. Criteria API
  2. Named Query
  3. Named Entity Graph

About

Example Spring Boot REST app that shows different approaches for querying data from database with JPA.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages