/Hinernate-JPA-MySql-CRUD

The practical implementation of CRUD operations using the Hibernate ORM and JPA performed on MySql database to understand the core concepts of Persistence Unit and the connection configuration with the maven project for mapping the object

Primary LanguageJava

Hinernate-Crud-Operations

The practical implementation of CRUD operations using the Hibernate ORM and JPA performed on MySql database to understand the core concepts of Persistence Unit and the connection configuration with the maven project for mapping the object This project will be purely for crud operations without any actual mappings done using the annotations in order to understand the Persistence Unit and its use for configuration and the POM file for the dependencies as the next step from JDBC crud appucations