https://github.com/camara94/hibernate
Mini projet
https://github.com/camara94/hibernate
Last synced: 6 months ago
JSON representation
Mini projet
- Host: GitHub
- URL: https://github.com/camara94/hibernate
- Owner: camara94
- Created: 2019-12-19T02:22:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-19T03:06:16.000Z (almost 6 years ago)
- Last Synced: 2025-02-15T08:43:49.861Z (8 months ago)
- Size: 1.21 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 annotationsTP3
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