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