I would like to use db4o as the backend of a custom cache implementation.Normally my program involves loading into memory some 40,000,000 objects and working on them simultaneously.Obviously this requ
Hey there - simple query: var q = (from SomeObject o in container where o.SomeInt > 8 &开发者_StackOverflow;& o.SomeString != null //Null Ref here
I have a db4o database file. Is the开发者_StackOverflow中文版re a tool that will generate Java or .NET classes (source) from this database?None that I\'am aware of.
I am evaluating two object databases, db4o (http://www.db4o.com) and Eloquera Database (http://eloquera.com) for a coming project. I have to choose one. My basic requirement isscalability, multi user
I am a new to db4o. I have a big problem with persistance of a graph of objects. I am trying to migrate from old persistance component to new, using db4o.
Who ca开发者_开发百科n tell me how to use Distinct operation on db4o in Java code. I couldn\'t find any example inJava.
can anyone give some reference for non-sql database query interface design pattern? For sql-based database, the query can be achieved by combining the query token.
I\'m using DB4O on a new project I\'m playing with and it would help me no end if I was able to use the Object Manager Enterprise utility.I understand it\'s on开发者_运维问答ly available as a VS plugi
When openi开发者_开发百科ng a client against a db40 server it seems to expect a user name and password
I want to set unique key constraint for Db4oEmbedded EmbeddedConfiguration. Here goes my code: EmbeddedConfiguration myConf = Db4oEmbedded.newConfiguration();