Hello,
I have just discovered DB4O and I would like to test it with an application written in Java. This application uses DAOs.
The findAll methods of the DAOs return a List which will be used after the closing of the ObjectContainer which retrieved it, so I can't return the ObjectSet returned by get. For the moment I create at the end of the methods an ArrayList, passing the ObjectSet returned by get to the constructor of ArrayList. Is there a better way to do it?
Thanks in advance for your help.
Richard