/Hibernate_CRUD

Simple crud operation in hibernate using java

Primary LanguageJava

Typing SVG

project-image

This project demonstrates a simple CRUD (Create Read Update Delete) application using Hibernate ORM (Object-Relational Mapping). It includes basic operations for managing customer data in a database.

🧐 Features

Here're some of the project's best features:

  • Add new customers to the database.
  • View a list of all customers.
  • Update existing customer details.
  • Delete customers from the database.

🛠️ Installation Steps:

1. Clone this repository to your local machine.

https://github.com/sandundil2002/Hibernate_CRUD.git

2. Set up a MySQL database and configure the connection properties in `hibernate.cfg.xml`.

3. Import the project into your favorite Java IDE (such as IntelliJ IDEA or Eclipse).

4. Build and run the HelloApplication.

🍰 Contribution Guidelines:

💻 Built with

Technologies used in the project:

  • Java
  • Hibernate ORM
  • MySQL Database
  • JavaFX (for the user interface)
  • Css (for style)