Skip to content

This repository contains various Hibernate programs demonstrating the core concepts of Hibernate ORM with and without Maven, including CRUD operations, HQL, and Stored Procedures.

narayanjagtap/Hibernate

Repository files navigation

Hibernate Programs

This repository contains various Hibernate projects demonstrating the core concepts of Hibernate ORM with and without Maven, including CRUD operations, HQL, and Stored Procedures. These projects are structured to help beginners understand Hibernate step-by-step using Java and MySQL.

Features

  • Hibernate projects using Maven and Non-Maven setups
  • Performing CRUD operations using Hibernate
  • Executing HQL (Hibernate Query Language)
  • Integrating Stored Procedures with Hibernate
  • Well-structured projects for easy understanding

Folder Structure

Each folder represents a specific Hibernate concept or tutorial progression.

Folder Name Description
Hibernate01WithMavenProjectYouTube Basic Hibernate setup with Maven.
Hibernate02WithMavenProjectYouTube Hibernate configuration with annotations.
Hibernate03WithMavenProjectYouTube Inserting data using Hibernate ORM.
Hibernate04WithMavenProjectYouTube Updating and deleting data using Hibernate.
Hibernate05WithMavenProjectYouTube Mapping entities with relationships.
Hibernate06WithMavenProjectYouTube Hibernate with MySQL database integration.
Hibernate07HQLYouTube Executing HQL queries in Hibernate.
HibernateCrudOperationsSP CRUD operations using Stored Procedures.
HibernateMaven General project with Hibernate and Maven configuration.
HibernateWithoutMaven Hibernate setup without using Maven.

Prerequisites 🛠️

  • JDK 8 or above
  • MySQL Database
  • Eclipse IDE or IntelliJ IDEA
  • Maven (for Maven-based projects)

Contributing 🤝

You’re welcome to contribute! Fork the repo and share your Hibernate projects or improvements.

Contact 📩

For queries, suggestions, or collaboration:

About

This repository contains various Hibernate programs demonstrating the core concepts of Hibernate ORM with and without Maven, including CRUD operations, HQL, and Stored Procedures.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages