An open API service indexing awesome lists of open source software.

https://github.com/guille555/bck--java--jpa-se

A simple Java example of persistence, where Java is used with JPA (EclipseLink). The data base used is Apache Derby. For the model, annotations of JPA were used to convert the classes into entities. An extra, the queries were coeded with TypedQuery and Criteria API.
https://github.com/guille555/bck--java--jpa-se

apache-derby dao-design-pattern java jpa jpa-criteria-api jpql mvc-pattern

Last synced: 6 days ago
JSON representation

A simple Java example of persistence, where Java is used with JPA (EclipseLink). The data base used is Apache Derby. For the model, annotations of JPA were used to convert the classes into entities. An extra, the queries were coeded with TypedQuery and Criteria API.

Awesome Lists containing this project

README

          

# bck--java--JPA-SE
A simple Java example of persistence, where Java is used with JPA (EclipseLink). The data base used is Apache Derby. For the model, annotations of JPA were used to convert the classes into entities. An extra, the queries were coeded with TypedQuery and Criteria API.

Technologies used:

* Java (17)
* Apache Derby
* JPA
* JPQL