All Tags »
TransparentPersistence (RSS)
Sorry, but there are no more tags available to filter with.
-
こんにちは。db4o-7.2-java のTransparentPersistenceに以下の問題があると思うのですが、バグでしょうか? それとも仕様?問題: 複数object のフィールドを変更してコミットすると、そのうちのいくつかのobjectが更新されない。 ObjectServer server = Db4o.openServer(config, dbpath, 0); ObjectContainer con = server.openClient(config); ...