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);
|
||||
|
||||
// init
|
||||
daoFactory = DAOFactoryProducer.getFactory(DAOType.TEST);
|
||||
daoFactory = DAOFactoryProducer.getFactory(DAOType.JPA);
|
||||
daoDiscipline = daoFactory.createDAODiscipline();
|
||||
daoThematique = daoFactory.createDAOThematique();
|
||||
daoUsage = daoFactory.createDAOUsage();
|
||||
|
Loading…
Reference in New Issue
Block a user