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.
- Host: GitHub
- URL: https://github.com/akshitadixit/hibernate-maven-crud
- Owner: akshitadixit
- Created: 2021-06-17T07:57:38.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-25T12:10:01.000Z (about 4 years ago)
- Last Synced: 2025-02-09T19:41:48.287Z (5 months ago)
- Topics: hibernate, hibernate-orm, jpa, jpa-hibernate, jpa-persistence-applications, mysql
- Language: Java
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hibernate-maven-CRUD
[](https://github.com/akshitadixit/Hibernate-maven-CRUD/actions/workflows/maven.yml)
 
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.