An open API service indexing awesome lists of open source software.

https://github.com/vivek-dhamanemath/hibernate-jpa-movie-actor-db-project

This Hibernate JPA project manages a MySQL database of actors and movies. Using Hibernate as the JPA provider, it maps Java classes (Actor, Movie) to database tables and performs CRUD operations. The persistence.xml file configures the database connection and Hibernate settings.
https://github.com/vivek-dhamanemath/hibernate-jpa-movie-actor-db-project

hibernate hibernate-jpa hibernate-orm

Last synced: 3 months ago
JSON representation

This Hibernate JPA project manages a MySQL database of actors and movies. Using Hibernate as the JPA provider, it maps Java classes (Actor, Movie) to database tables and performs CRUD operations. The persistence.xml file configures the database connection and Hibernate settings.

Awesome Lists containing this project