How do I change a data of a "table" created in Db4o?
For example, I have the following object written in DB4O:
Nome = Emerson
Senha = Teste
I want to change only the Password data for example from "Test" to "New Test", how can I change this without having to copy the data and re-record again?