Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.97 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.97 KB

first-homework n11 TalentHub Java Bootcamp - fatih ari

Homework done in Java using Hibernate.

According to the layered architecture in the project, interfaces (abstract classes) and implemented classes (concrete classes) are used on both Service and DAO sides.

Script files containing the data inserted into the PostgreSql database have been added under the "resource" folder.

PostgreSQL connection information has been added as "hibernate.cfg.xml" file under the name of "resource" folder.

Finally, for convenience, homework application files are added under the "application" package as "TaskTwoApp", "TaskThreeApp", "TaskFourApp".

Task-1

image

Category entity

image

Product entity

image

UserAccount entity

image

ProductComment entity

image

Task-2

image image

Task-3

image image

Task-4

image image