refacto - restructure code

This commit is contained in:
Kevin Mitressé
2024-06-14 17:05:30 +02:00
parent 4fa4cf2d1f
commit 2a4a594b14
162 changed files with 2 additions and 2 deletions
@@ -0,0 +1,19 @@
/*
* PersistenceKind.java, 20/03/2024
* UPPA M1 TI 2023-2024
* Pas de copyright, aucun droits
*/
package uppa.project.database.dao;
/**
* Type de support de persistance pour les données
*
* @author Kevin Mitressé
* @author Lucàs Vabre
*
* @see AbstractDAOFactory
*/
public enum PersistenceKind {
JPA
}