An open API service indexing awesome lists of open source software.

https://github.com/akshitadixit/hibernate-maven-crud

Java Persistance Application using Hibernate's automatic ORM using MySQL database to perform basic operations. Includes one-to-many and many-to-many mappings between entities.
https://github.com/akshitadixit/hibernate-maven-crud

hibernate hibernate-orm jpa jpa-hibernate jpa-persistence-applications mysql

Last synced: 3 months ago
JSON representation

Java Persistance Application using Hibernate's automatic ORM using MySQL database to perform basic operations. Includes one-to-many and many-to-many mappings between entities.

Awesome Lists containing this project

README

        

# Hibernate-maven-CRUD

[![Java CI with Maven](https://github.com/akshitadixit/Trackizer-WA/actions/workflows/maven2.yml/badge.svg?branch=master)](https://github.com/akshitadixit/Hibernate-maven-CRUD/actions/workflows/maven.yml)

![maven](https://img.shields.io/maven-central/v/org.apache.maven/apache-maven?logo=apache-maven) ![hibernate](https://img.shields.io/maven-central/v/org.hibernate/hibernate-core/6?label=hibernate&logo=hibernate)

Uses hibernate for Object Relational Mapping.
Note: For versions of hibernate >= 4 and 5, org.hibernate.cfg has changed structure, leaving versions 3.x and below deprecated.

For a quick reference on Apache Maven, check this [tutorial](https://github.com/akshitadixit/Maven-TuT) I wrote for beginners.