Hi, I have an orientdb embedded in my java application. I use the Object API (OrientDB Version 2.0.8). I have the following problem:
- I create a POJO Object and I can save it in the database. I can see the changes after with browseClass(). - I modify the same object and the changes are reflected in the database, I can see it with browseClass() - I schutdown my application(by shutdown I execute database.close() ) and start again - The last changes of my POJO are lost. I only get the old change from the first time. I don't know what is the matter! Best Regards Boris -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
