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

https://github.com/camara94/hibernate

Mini projet
https://github.com/camara94/hibernate

Last synced: 6 months ago
JSON representation

Mini projet

Awesome Lists containing this project

README

          

# hibernate
Mini projet
Dans ce projet, j'ai réalisé de A à Z une application commerciale de gestion de clients, de produits, de commandes en hibernate et java swing.

Acquis:
MINIPROJET
-Association mapping relationnel entre un objet java et une table d'une de donnée
-Association one to many
-Association many to one
-Association many to many
-Association l'héritage
-Les annotations

TP3
Dans ce TP j'ai pu configurer le framework
de persistance Hibernate à partir d’un projet maven, tester la connexion à la base de
données MySQL et exécuter certaines requêtes à l'aide d'Hibernate en utilisant les
annotations.

TP4
Dans ce TP j'ai pu exécuter certaines requêtes à l'aide d'Hibernate traitant les différents
types d’associations entre deux classes.
Pour ce faire, J'ai eu besoin dans mon fichier pom.xml:
- JavaSE 8
- Hibernate 5
- Maven 4
- MySQL 5