JPA Learning System
This repository contains a study project that demonstrates the use of the Java Persistence API (JPA) to perform CRUD (Create, Read, Update, Delete) operations.
The project is structured using the Person class and the PersonService service to manipulate Person objects. The main program (Program) creates a list of Person objects, establishes a connection to the database, and provides an interactive menu for the user to execute or get details about various JPA methods.
Features
- Demonstrates the use of JPA for database connectivity.
- Implements CRUD operations.
- Provides an interactive menu to explore various JPA methods.
Access this repository at https://github.com/gamtcode/jpa-learning-system