Skip to content

JPA Project booksCatalog - In this project created Java entities (annotated POJOs) for all the classes in the given model. Using Java GUI libraries created a UI that enables to add, update, delete and access datas from the database.

Notifications You must be signed in to change notification settings

amanuelR/Books_Catalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JPA Books

A book database application integrating JPA and SQl.
There are three type of authoring entitites:

         Individual Authors
         Writing Groups
         Ad Hoc Teams

Also, there is a many to many relationship between Individual Authors and Ad Hoc Teams.
The other entities that are involved in this application are:

 Books
 Publishers

We will be creating a main class that would perform different tasks based on the users input.

UML Class Diagram

Screenshot (284)

Relation Scheme

Screenshot (299)

About

JPA Project booksCatalog - In this project created Java entities (annotated POJOs) for all the classes in the given model. Using Java GUI libraries created a UI that enables to add, update, delete and access datas from the database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages