Posts by Semeq • 3 points
1 post
-
0
votes1
answer35
viewsQ: Problem setting a list in a Singleton
well I created a list with a select in the database and wanted to set it on my Singleton so I could use it on all screens: code of my DAO: public List<Requisicao> pegarRequisicoesUser() {…