Skip to content

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.

License

Notifications You must be signed in to change notification settings

guille555/bck--java--JPA-SE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages