Hello, how do I get the list of persisted objects before committing it to DB. Here's the example below:
Pessoa p = new Pessoa("Joao", 21);
Pessoa p2 = new Pessoa("Pedro", 17);
Pessoa p3 = new Pessoa("Maria", 32);
//Entendo que nesse momento o...
asked by
03.03.2015 / 13:02