Skip to content

This Maven project is a simple Hibernate application that demonstrates basic CRUD operations for user management. The application allows users to create accounts, login, update their details, and logout. The data is stored in a relational database, and Hibernate is used as the ORM (Object-Relational Mapping) tool to interact with the database.

Notifications You must be signed in to change notification settings

rayimanoj8/login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

login

This Maven project is a simple Hibernate application that demonstrates basic CRUD operations for user management. The application allows users to create accounts, login, update their details, and logout. The data is stored in a relational database, and Hibernate is used as the ORM (Object-Relational Mapping) tool to interact with the database.

Hibernate Credentials Saver Application

Overview

This Maven project is a simple Hibernate application that demonstrates basic CRUD operations for user management. The application allows users to create accounts, login, update their details, and logout. The data is stored in a relational database, and Hibernate is used as the ORM (Object-Relational Mapping) tool to interact with the database.

Features

  • User Creation: Create a new account by providing email, ID, name, username, and password.
  • Login and Update: Log in using your username and password, view your details, and update your information.
  • Persistence: Uses Hibernate to persist user data in a database.
  • Transaction Management: Ensures data integrity using transaction management.

Technologies Used

  • Java: The primary programming language.
  • Hibernate: ORM tool for database operations.
  • Maven: Build automation tool.
  • MySQL: Example database used for persistence (can be replaced with any other relational database).

Setup Instructions

  1. Clone the repository:
    git clone https://github.com/your-username/hibernate-credentials-saver.git
  2. Configure the hibernate.cfg.xml: place your Username and password for DB there

About

This Maven project is a simple Hibernate application that demonstrates basic CRUD operations for user management. The application allows users to create accounts, login, update their details, and logout. The data is stored in a relational database, and Hibernate is used as the ORM (Object-Relational Mapping) tool to interact with the database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages