Utilisation du DAO JPA et non pas Test
This commit is contained in:
parent
f92fb05448
commit
fcf63fdf6a
@ -163,7 +163,7 @@ public class Controller implements Initializable {
|
|||||||
stackPaneFrance.getChildren().add(france);
|
stackPaneFrance.getChildren().add(france);
|
||||||
|
|
||||||
// init
|
// init
|
||||||
daoFactory = DAOFactoryProducer.getFactory(DAOType.TEST);
|
daoFactory = DAOFactoryProducer.getFactory(DAOType.JPA);
|
||||||
daoDiscipline = daoFactory.createDAODiscipline();
|
daoDiscipline = daoFactory.createDAODiscipline();
|
||||||
daoThematique = daoFactory.createDAOThematique();
|
daoThematique = daoFactory.createDAOThematique();
|
||||||
daoUsage = daoFactory.createDAOUsage();
|
daoUsage = daoFactory.createDAOUsage();
|
||||||
|
Loading…
Reference in New Issue
Block a user