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.
- Host: GitHub
- URL: https://github.com/guille555/bck--java--jpa-se
- Owner: guille555
- License: mit
- Created: 2025-02-16T15:52:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-16T16:27:46.000Z (over 1 year ago)
- Last Synced: 2025-02-26T18:19:29.895Z (over 1 year ago)
- Topics: apache-derby, dao-design-pattern, java, jpa, jpa-criteria-api, jpql, mvc-pattern
- Language: Java
- Homepage:
- Size: 12.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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